The Geometric Distribution is used to model the number of trials required to achieve the first success in a sequence of Bernoulli trials.
Unlike the Binomial distribution, there is no fixed number of trials; the process continues indefinitely until a success occurs.
It shares the requirements of independence, two outcomes, and constant probability () with the Binomial model, but focuses on the 'wait time' rather than a total count.
The Normal Distribution, denoted , is the primary model for continuous data that clusters around a central mean.
Key characteristics include a symmetrical, bell-shaped curve where the mean, median, and mode are equal.
It is used for physical measurements such as mass, height, or time, where data is expected to vary naturally around an average value.
Choosing between models requires identifying the nature of the variable and the constraints of the experiment.
| Feature | Binomial | Geometric | Normal |
|---|---|---|---|
| Variable Type | Discrete (Integer) | Discrete (Integer) | Continuous (Real) |
| Goal | Count successes in trials | Count trials until 1st success | Measure a physical quantity |
| Parameters | (trials), (prob) | (prob) | (mean), (std dev) |
A common advanced technique involves a two-stage model: using a Normal distribution to calculate the probability of an event (), which then serves as the success parameter for a Binomial distribution in a subsequent sampling stage.
Identify the Variable: Always start by stating what represents (e.g., 'Let be the number of...') and whether it is discrete or continuous.
Check the 'n': If the question specifies a sample size before asking for a probability, look toward Binomial. If it asks for the 'first time' something happens, look toward Geometric.
Keyword Recognition: Words like 'mass', 'length', or 'time' strongly suggest a Normal distribution, while 'number of items' suggests a discrete model.
Parameter Consistency: In multi-stage problems, ensure the calculated from the Normal distribution is used correctly as the in the Binomial formula.