Discrete Distributions
Introduction
In the previous topic, we looked at the concept of a probability mass function, but there are many different forms this can take depending on the nature of the problem you’re dealing with.
Geometric distribution
The probability of trials required before one success. Where the trial is a success.
Where is the probability of success in each trail.
Binomial distribution
The probability of successes in trials.
Where is the probability of success in each trail.
Negative binomial distribution
The probability of trails being required to obtain successes.
Where is the probability of success in each trail.
Poisson distribution
The Poisson distribution is an approximation of the binomial distribution, making it very similar. The key difference with Poisson is that it can take into account a rate of some kind.
Where the rate is given by:
With being the number of trials and being the probability of each trial being a success. Some questions make you model this as the rate in time units. In other words, two trains arriving per hour would have a rate of where is the number of hours.
Some properties of Poisson distributions include:
Hypergeometric distribution
The probability of blue balls being chosen from a bag of balls, where a total of balls are chosen and balls in the bag were blue.
Where is the probability of success in each trail.
More
More on this can be found on page 447 of the textbook.