STAT2115›Probability Distributions: Uniform, Exponential, and Normal
Introduction to StatisticsTopic 18 of 24
Probability Distributions: Uniform, Exponential, and Normal
6 minread
1,021words
Intermediatelevel
1. Continuous Probability Distributions
Continuous probability distributions describe random variables that can take any value in an interval. They are represented using a Probability Density Function (PDF).
f(x)≥0,∫−∞∞f(x)dx=1
2. Uniform Distribution (Continuous)
Definition:
A continuous random variable X is uniformly distributed over a,b if all values in the interval are equally likely.
Random variable:X∼U(a,b)
PDF:
f(x)=b−a1,a≤x≤b
CDF (Cumulative Distribution Function):
F(x)=P(X≤x)=b−ax−a,a≤x≤b
Mean and Variance:
E(X)=2a+b,Var(X)=12(b−a)2
Example:
A bus arrives at a stop uniformly between 8:00 and 8:30 → X∼U(0,30) minutes.
Graph: Rectangular shape (height = 1/(b−a)).
3. Exponential Distribution
Definition:
Exponential distribution models time between events in a Poisson process.
Random variable:X≥0, time until next event
Parameter:λ>0, the rate of occurrence
PDF:
f(x)=λe−λx,x≥0
CDF:
F(x)=1−e−λx,x≥0
Mean and Variance:
E(X)=λ1,Var(X)=λ21
Example:
Time between arrivals of customers at a store (Poisson process).
Graph: Decreasing exponential curve starting at λ at x=0.
4. Normal Distribution
Definition:
Normal distribution, also called Gaussian distribution, is the most common bell-shaped continuous distribution.
Random variable:X∼N(μ,σ2)
Parameters:
μ = mean (center)
σ2 = variance (spread)
PDF:
f(x)=σ2π1e−2σ2(x−μ)2,−∞<x<∞
Properties:
Symmetric about μ
Mean = Median = Mode = μ
About 68% of data within μ±σ, 95% within μ±2σ, 99.7% within μ±3σ
Total area under curve = 1
Example:
Heights of adults, IQ scores, measurement errors.
Graph: Bell-shaped curve, peak at μ, spread determined by σ.
5. Summary Table
Distribution
Type
Support
PDF
Mean
Variance
Notes
Uniform
Continuous
a≤x≤b
f(x)=1/(b−a)
(a+b)/2
(b−a)2/12
All values equally likely
Exponential
Continuous
x≥0
f(x)=λe−λx
1/λ
1/λ2
Time between events, memoryless
Normal
Continuous
−∞<x<∞
f(x)=σ2π1e−(x−μ)2/(2σ2)
μ
σ2
Bell-shaped, symmetric, most data near mean
Key Points to Remember
Uniform → all outcomes equally likely.
Exponential → models waiting times, memoryless.
Normal → bell-shaped, widely used in statistics, many natural phenomena.