SOME DISCRETE DITRIBUTIONS
Binomial | Geometric | Hypergeometric | Poisson |
n identical trials |
Do the experiment until you get the first success |
Draw n elements without replacement from a set of N elements, r of which are successes and (N-r) of which are failures |
|
Two possible outcomes; S="success" F="failure" | Two possible outcomes; S="success" F="failure" | ||
p=P("success") is the same from trial to trial |
p=P("success") is the same from trial to trial |
Probability that an event occurs in a given unit is the same for all units | |
independent trials | independent trials |
The number of events in one unit is independent of the
number that occur in other units
|
|
X="the number of successes in n trials" |
X="the number of trials on which the first success occurs" | X="the number of successes in the draw of n elements" | X="the number of times an event occurs in a given unit" |
ACTIVITY 1.
Generating Observations from Binomial Distribution
Repeat the above steps for p=0.8, then for p=0.2. Comment on the shape of the histogram for these three values of p.
ACTIVITY 2.
Generating Observations from Geometric Distribution
Repeat the above steps for p=0.8, then for p=0.2. Comment on the shape of the histogram for these three values of p.
ACTIVITY 3.
Generating Observations from Hypergeometric Distribution
Repeat the above steps for r=15, then for r=3. Comment on the shape of the histogram for these three values of r.
Generating Observations from Possion Distribution
Repeat the above steps for mean=5, then for mean=100. Comment on the shape of the histogram for these three values of the mean.