Discrete Uniform Distribution
The simplest scenario in probability: every outcome is equally likely.
The Discrete Uniform distribution describes a situation where there are a finite number of outcomes, and each outcome is equally likely to occur.
The most classic example is a single roll of a fair six-sided die. The possible outcomes are [1, 2, 3, 4, 5, 6], and the probability of rolling any one of these numbers is exactly 1/6. There is no bias towards any particular outcome.
Core Concepts
Since there are possible outcomes and each is equally likely, the probability of any single outcome occurring is simply . For a 6-sided die, this is 1/6 for each face. For a 20-sided die, it's 1/20.
Expected Value (Mean)
For a fair die with outcomes 1 to `n`, the expected value is the average of the first and last outcome. For a 6-sided die, this is (1+6)/2 = 3.5. This is the balancing point of the distribution.
Variance
The variance measures the spread of the outcomes.
Applications
Quantitative Finance: Monte Carlo Simulation Assumptions
The Discrete Uniform distribution is often the starting point for Monte Carlo simulations. When modeling a decision with several equally likely strategic choices (e.g., "aggressively buy," "hold," "aggressively sell"), a quant might assign a uniform probability to each choice to simulate a trader's behavior under uncertainty before layering on more complex assumptions.