The Uniform Distribution
Discrete and Continuous Cases, Expected Value, and the Inverse Transform Trick — A TLDR Primer
Probability exams have a way of turning a simple concept — every outcome equally likely — into a tangle of formulas you half-remember. Whether you're working through AP Statistics, an introductory college probability course, or a statistics exam prep push, the uniform distribution is one of the first distributions you'll meet and one of the most useful you'll keep.
This TLDR primer cuts straight to what you need. It opens by drawing a clean line between the discrete uniform distribution (think rolling a fair die) and the continuous uniform distribution over an interval, so you never confuse the two again. From there it builds the PMF, PDF, and CDF from scratch, shows you how to read probabilities as areas, and derives the mean and variance with arithmetic you can follow step by step. The middle section tackles the problem patterns that show up most on exams: conditional probability, and what happens to the minimum and maximum when you draw multiple independent uniform random variables. The final section answers the question students rarely think to ask — why does any of this matter? — by showing how U(0,1) underlies virtually all computer simulation and how the inverse CDF method turns a single uniform sample into a sample from any distribution you choose.
Written for high school and early college students, concise by design, and stripped of filler. Every term is defined the first time it appears. Every formula comes with a worked example.
If you want to walk into your next exam knowing the uniform distribution cold, pick this up and get to work.
- Distinguish the discrete uniform from the continuous uniform distribution and recognize when each applies.
- Compute probabilities, expected value, and variance for uniform random variables.
- Write and interpret the PDF and CDF of a continuous uniform distribution.
- Use the inverse transform method to generate uniform-based random samples.
- Solve standard exam-style problems involving uniform random variables, including conditional probability.
- 1. What 'Uniform' Means in ProbabilityIntroduces the idea of equal likelihood and distinguishes the discrete and continuous uniform distributions with concrete examples.
- 2. The Discrete Uniform DistributionCovers the PMF, mean, and variance of the discrete uniform on {a, a+1, ..., b}, with dice and card examples.
- 3. The Continuous Uniform DistributionDevelops the PDF and CDF of U(a,b), shows how to compute probabilities as areas, and derives the mean and variance.
- 4. Working with Uniform Random VariablesTackles conditional probability, minimum and maximum of independent uniforms, and standard problem patterns students see on exams.
- 5. Why It Matters: Simulation and the Inverse TransformShows how U(0,1) is the foundation of random number generation and how the inverse CDF method turns uniform samples into samples from any distribution.