Discrete Uniform Distribution
- Models situations with a finite set of discrete outcomes that are equally likely.
- Represented by a probability mass function assigning the same probability to each possible value.
- Commonly used for fair dice, simple lotteries, and other uniformly random discrete events.
Definition
Section titled “Definition”The discrete uniform distribution is a probability distribution that assigns equal probability to each possible value within a set of mutually exclusive and exhaustive outcomes.
Explanation
Section titled “Explanation”Outcomes in a discrete uniform distribution are discrete (individual and separate) and mutually exclusive, and the probabilities are uniform (the same for every outcome). The distribution is described by a probability mass function that gives the probability of each possible outcome. The expected value (mean) of a discrete uniform distribution is the average of the possible outcomes. The variance is equal to the square of the range of possible outcomes divided by 12.
Examples
Section titled “Examples”Fair six-sided die
Section titled “Fair six-sided die”The six faces are equally likely; each outcome has probability 1/6:
The expected value (mean) for this die is 3.5. The variance is given as 2.92, calculated as:
Lottery with 10 possible numbers
Section titled “Lottery with 10 possible numbers”Each number has equal probability 1/10 of being drawn:
Use cases
Section titled “Use cases”- Modeling outcomes of random events such as the roll of a die or the draw of a lottery number.
- Modeling distributions of certain types of data, for example test scores or the number of days it takes for a customer to return a product.
Related terms
Section titled “Related terms”- Probability mass function
- Expected value
- Variance