Discrete distributions Flashcards
Binomial distribution requirements
1) n identical trials
2) two possible outcomes, success or fail
3) probability of success is constant
4) n trials are independent
Binomial:
X~Bin( ? )
X~Bin(n,p)
E(X) Binomial?
np
Var(X) Binomial?
np(1-p)
Distribution?
A company manufactures fuses, and it is known that 6% of these is defective. A random sample of 10 fuses is
selected for inspection. What is the probability that exactly 8 fuses are manufactured without any defects?
Binomial
Geometric:
X~Geo( ? )
X~Geo(p)
E(X) Geometric?
1/p
Var(X) Geometric?
(1-p)/p^2
Distribution?
A fair die is rolled repeatedly until a number larger than 4 is observed, i.e., until either a 5 or a 6 is observed.
Calculate the probability that the die must be rolled 5 times before a 5 or a 6 is first observed.
Geometric
Negative Bin
X~Neg( ? )
X~Neg(r,p)
E(X) Neg Bin?
r/p
Var(X) Neg Bin?
(r(1-p))/p^2
Distribution?
A fair die is rolled repeatedly and the number of 6’s observed. Calculate the probability that the third 6 occurs on
the seventh roll
Negative Binomial
HyperGeometric
X~Hyp( ? )
X~Hyp(n,r,m)
E(X) HyperGeo?
(mr)/n