Prob Stats Module 4
Prob Stats Module 4
S.Devi
S. Sumathi
Yamini
March 3, 2017
1 Binomial Distribution
1 Binomial Distribution
2 Poisson Distribution
Example
Head or Tail ; Defective or Non-defective; Survived or Died; True or
False
P (X = 0) = 1 − p = q
X
E (X ) = xP (x ) = 1 ∗ p + 0 ∗ q = p
X X
Var (X ) = x 2 ∗ P (x ) − ( x ∗ P (x ))2 = p − p 2 = p (1 − p ) = pq
Module 4- I March 3, 2017 3 / 21
Binomial Distribution
Binomial distribution results when it satisfies the following:
- It has n repeated Bernoulli trials (i.e. outcomes are either
success or failure in each trial)
- The trials are independent
- The probability of success in each trial is constant
Notations
n number of trials
x number of successes in n trials
p Probability of success in each trial
q Probability of failure in each trial
P (X = x ) Probability of getting exactly x successes among n trials
P (X <= x ) Probability of getting at most x successes
P (X >= x ) Probability of getting at least x successes
Let X denote the discrete random variable that counts the number
of successes in n trials.
X = {0, 1, 2, . . . , n }
The probability mass function of a binomial random variable X with
parameters n and p is
P (X = x ) = nCx p x q n −x x = 0, 1, 2, . . . , n
= p + p + . . . + p = np
Similarly,
Var [X ] = Var [X1 + X2 + . . . + Xn ]
Var [X ] = npq
MGF
n
X
MX (t ) = E [e tx ] = e tx nCx p x q n −x
x =0
n
X
= nCx (pe t )x q n −x
x =0
MX (t ) = (pe t + q )n
Characteristic function
φX (t ) = (pe it + q )n
d
µ‘1 = ( MX (t )) at t =0
dt
= (n (pe t + q )n −1 (pe t )) at t = 0
= np (p + q )n −1 = np (Since p + q = 1)
Mean = np
d2
µ‘2 = ( MX (t )) at t =0
dt 2
= (npe t (pe t + q )n −1 + npe t (n − 1)(pe t + q )n −2 (pe t )) at t = 0
= np (p + q )n −1 + n (n − 1)p 2 (p + q )n −2 = n 2 p 2 + npq
Var = µ‘2 − (µ‘1 )2 = npq
Solution
n = 6, p = 0.3, q = 0.7
(ii ) P (X ≤ 3) = P (X = 0) + P (X = 1) + P (X = 2) + P (X = 3)
= 6C0 (0.3)0 (0.7)6 +6C1 (0.3)(0.7)5 +6C2 (0.3)2 (0.7)4 +6C3 (0.3)3 (0.7)3
0.9295
(iii ) P (1 < X ≤ 5) = P (X = 2) + P (X = 3) + P (X = 4) + P (X = 5)
= 0.5791
Module 4- I March 3, 2017 9 / 21
Problems
Example
- The number of incoming flights at an international airport
during a particular time interval
- The number of road accidents on a particular day
- The number of typos in 10 pages
e −λ λx
P (X = x ) = x = 0, 1, 2, . . .
x!
= λe −λ e λ
=λ
= λ2 + λ
Var (x ) = E (x 2 ) − (E (x ))2 = λ2 + λ − λ2 = λ