Prof - Kiran Seth: Made By: Rahul Shami & Kaustubh Khade
Prof - Kiran Seth: Made By: Rahul Shami & Kaustubh Khade
Kiran Seth
Made by : Rahul Shami &
Kaustubh Khade
Random in nature……
(a) Discrete:
Coin tossing experiment:
(i) One toss:
Head: success
Tails: failure
P {success} = p =P{X=1}
P {failure} = q =P{X=0}
k=0, 1, 2…………n
BINOMIAL DISTRIBUTION
(i) no. of tosses till first success:
GEOMETRIC DISTRIBUTION
(i) no. of tosses till kth success:
= n-1Ck-1 pk qn-k
k=1, 2, 3…….
= P {Xk = n}
NEGATIVE BINOMIAL
Bernoulli Dist.
(i)
P(X=k)
0
1
x
Binomial Dist.
(ii)
P(X=k)
0
n
x
Geometric Dist.
(iii)
P(X=k)
x
Negative Binomial
(iv)
P(Xk=n)
xk
(i)
POISSON DISTRIBUTION
The shape is just like that of the
Binomial Distribution with n→∞.
(i) UNIFORM:
fx (X)=1
P {X≤x} =Fx (X) =x
0≤x≤1
Uniform Dist.
PDF CDF
1 1
fX(x)
FX(x)
0 0 1
x 1 x
(ii) NORMAL :
2 2
fX (x)= (1/√2π.σ) e -(x-μ) /2 σ
-∞<x<∞
Normal Dist.
PDF CDF
1
fX(x)
FX(x)
0 μ 0 1
X X
(iii) EXPONENTIAL DISTRIBUTION:
FX (x) = 1-e-λx
Exponential Dist.
PDF CDF
λ
1
fX(x)
FX(x)
0 0
x x
(i) ERLANG DISTRIBUTION:
x≥0
PDF CDF
1
fX (x)
k FX (x)
k
0 0
xk xk
(a) MIXED DISTRIBUTION:
P {wq=0} = 1-ρ
P {wq≤ t} = 1-ρe-μ (1-ρ) t
for t > 0
No. of
Arrivals
X (t)
∆t ∆t ∆t
Time (t)
P {one arrival in a small interval of time
∆t } = P {X (∆t) =1}
= λ ∆t
P {more than one arrival} = 0 ∆t
Sn = X1+ X2 +………..Xn
X (t) ≥ n ↔ Sn ≤ t
t
Two steps:
Zi = (aZi-1 + c) (mod m)
a = multiplier
c = increment
m=
modulus
a < m , c < m , Z0< m
0
X 1
PSEUDO RANDOM NUMBERS
Xn+1= (a Xn + c) (mod m)
a< m, c< m
GENERATING RANDOM NUMBERS
FROM A PROBABILITY DISTRIBUTION
EXPONENTIAL DISTRIBUTION:
R=F (x)=1-e-λx
(1-R) =e-λx
X= ln (1-R)/-λ = ln (R1)/-λ
NORMAL DISTRIBUTION:
∑ Xi =Sk ≈ Erlang(k)
No. of
people
in the
system
Time