Uniform Distribution – Study Notes
Lesson Goals
- Calculate probabilities for a continuous uniform distribution.
- Compute the mean (μ) and standard deviation (σ) of a uniform distribution.
Discrete vs. Continuous Variables
- Discrete random variable
- Probability assigned to each individual outcome.
- Finite or countably-infinite set of possible values.
- Continuous random variable
- Infinitely many possible values on a numerical continuum.
- Impossible to assign a positive probability to a single point; doing so across an infinite set would push total probability above 1.
- Probability is instead assigned to intervals.
- A uniform distribution spreads probability evenly across a specified interval [a,b].
- Every sub-interval of equal length has the same probability.
- For continuous cases we work with a probability density function (pdf), not a probability mass function (pmf).
Probability Density Function (pdf)
- Functional form:
f(x)=\begin{cases}
\dfrac{1}{b-a}, & a \le x \le b \
0, & \text{otherwise}
\end{cases}
- Key implications:
- Constant height b−a1 across [a,b].
- Integrates to 1 over the entire real line—i.e. ∫−∞∞f(x)dx=1.
Mean and Standard Deviation
- Mean (expected value):
μ=2a+b - Standard deviation:
σ=12b−a - Interpretation:
- μ locates the exact center of the interval.
- σ measures spread; grows linearly with interval width b−a.
Visual Representation & Area Interpretation
- Graph of f(x) is a rectangle stretching from a to b on the x-axis with height b−a1.
- Probability of an interval [c,d]⊆[a,b]:
- Area of rectangle segment.
- Formula: P(c≤X≤d)=(d−c)×b−a1=b−ad−c.
- No complex geometry required; area of a rectangle suffices.
Practical & Conceptual Significance
- Applications: modeling scenarios where every outcome within a range is equally likely (e.g., random start time in an hour, random point on a stick).
- Ethical / philosophical note: Emphasizes limitations of probability assignment; continuous outcomes necessitate interval-based thinking.
- Connection to earlier probability principles: Upholds total-area-equals-one rule and demonstrates transition from discrete pmf to continuous pdf.
- pdf: f(x)=b−a1for a≤x≤b
- Mean: μ=2a+b
- Standard deviation: σ=12b−a
- Interval probability: P(c≤X≤d)=b−ad−c
Mini Check-Your-Understanding (Self-Test)
- If a=2 and b=8, find:
- P(3≤X≤5) → 8−25−3=62=31.
- μ → 22+8=5.
- σ → 128−2=126=236=33=3.
Bottom Line
- Uniform distribution = equal likelihood across an interval.
- Probabilities correspond to areas; means and SDs follow direct formulas.
- Mastery of this distribution provides a stepping stone to understanding more complex continuous distributions.