Discrete uniform distribution is a discrete probability model for a finite set of distinct values where every value is equally likely. This means the probability mass function is constant across all allowed outcomes, so no value is favored. It applies when a random mechanism selects from a fixed list with perfect fairness.
Support size is the number of possible outcomes, often denoted by , and each probability is . Because all mass values are identical, the distribution is fully determined once the outcome set is known. This makes setup simple but only when the equal-likelihood assumption is truly justified.
Canonical form uses outcomes , which gives standard closed-form formulas for moments. When outcomes are different numbers but still equally likely, the distribution is still uniform but may need transformation methods for quick moment calculations. This distinction prevents misuse of formulas outside their valid form.
Normalization principle requires total probability to equal 1, so constant mass over values must be . This is why equal likelihood and finiteness jointly force a unique pmf height. If either condition fails, the model is not discrete uniform.
Symmetry principle explains why central tendency is stable: values are balanced around the midpoint of the support. In the canonical case, this gives mean and median at the center, while no single value has higher frequency than others. The lack of a unique highest probability is why there is typically no mode.
Core formulas (canonical support )
for , else .
and .
These formulas rely on equally spaced integer support from 1 to , not just any equally likely labels.
| Feature | Discrete Uniform | Non-Uniform Discrete |
|---|---|---|
| Outcome probabilities | All equal: | Vary by value |
| Fast probability method | Counting favorable outcomes | Add specific probabilities |
| Mode behavior | No unique mode (typically) | One or more modes possible |
| Canonical moment formulas | Closed form for | No single universal closed form |
Misconception: equal spacing implies equal probability is false unless the random mechanism is also fair across outcomes. Spacing concerns values, while uniformity concerns probabilities assigned to those values. Always justify probability equality from the selection process.
Pitfall: applying canonical formulas to arbitrary labels causes wrong means and variances. The formulas for are not plug-and-play for every equally likely set. Use transformation or direct expectation definitions when support is shifted or scaled.
Inequality boundary errors such as confusing with are common and costly. In discrete settings, a single boundary value can change the result by exactly one mass unit . Always list included outcomes explicitly before counting.
Connection to expectation and variance theory: discrete uniform is a clean case showing how distribution shape determines moments. Because masses are equal, averages reflect geometric center and spread grows systematically with support width. This makes it a useful benchmark for understanding more complex discrete models.
Connection to linear transformations: if a variable is uniform on , then any affine transform preserves uniformity over transformed values. The mean shifts and scales linearly, while variance scales by , showing how location and spread respond differently. This links model setup directly to parameter interpretation.
Connection to modeling practice: the distribution is appropriate for idealized random selectors over finite sets, such as index sampling or fair randomized assignment. It is inappropriate when outcomes have unequal exposure frequencies or structural duplication. Good modeling depends more on mechanism assumptions than on convenient formulas.