📈 Continuous Probability
1. Continuous Random Variables
Unlike discrete random variables that take specific countable values, a continuous random variable can take any value within a range or interval. These variables are typically measurements rather than counts.
Discrete Random Variables
• Countable values
• Can list all possibilities
• Examples: number of students, dice rolls, coin flips
• P(X = specific value) > 0
Continuous Random Variables
• Uncountable, infinite values
• Values in a range
• Examples: height, weight, time, temperature
• P(X = specific value) = 0
For continuous random variables, the probability of any exact value is zero! P(X = 5.0000...) = 0
Instead, we find probabilities for intervals:
• P(a < X < b) = probability X is between a and b
• P(X < a) = probability X is less than a
Consider measuring someone's height. Is their height exactly 170 cm?
• Not 170.1 cm or 169.9 cm
• But exactly 170.000000... cm (infinite precision)?
• The probability is essentially 0
Instead, we ask: P(169.5 < height < 170.5) = meaningful probability
📝 Practice Question
2. Probability Density Functions (PDF)
A probability density function (PDF) describes the distribution of a continuous random variable. The PDF doesn't give probabilities directly, but the area under the curve represents probability.
• f(x) ≥ 0 for all x
• Total area under the curve = 1
• P(a < X < b) = area under f(x) from a to b
The shaded area represents the probability that X falls between a and b
• The PDF curve itself is NOT a probability (can be > 1)
• Only the AREA under the curve gives probability
• Total area under entire curve always equals 1
• Probabilities are found using integration (calculus)
📝 Practice Question
3. The Normal Distribution
The normal distribution (also called the Gaussian distribution or bell curve) is the most important continuous probability distribution. It appears everywhere in nature and statistics!
Parameters:
• μ (mu) = mean (center of distribution)
• σ (sigma) = standard deviation (spread)
• σ² = variance
• Symmetric bell-shaped curve
• Mean = Median = Mode (all at the center)
• Determined by μ and σ
• Tails extend infinitely (but probability diminishes)
• Area under entire curve = 1
Common examples of normally distributed data:
• Heights of adult males: μ ≈ 70 inches, σ ≈ 3 inches
• IQ scores: μ = 100, σ = 15
• Blood pressure: μ ≈ 120 mmHg, σ ≈ 10 mmHg
• Test scores (when well-designed): μ = class average, σ varies
• Measurement errors in scientific experiments
📝 Practice Question
4. The Empirical Rule (68-95-99.7 Rule)
The Empirical Rule tells us what percentage of data falls within certain distances from the mean in a normal distribution. This is one of the most useful rules in statistics!
The 68-95-99.7 Rule
(between μ - σ and μ + σ)
(between μ - 2σ and μ + 2σ)
(between μ - 3σ and μ + 3σ)
IQ scores are normally distributed with μ = 100 and σ = 15.
Using the Empirical Rule:
📝 Practice Question
5. Standard Normal Distribution and Z-Scores
The standard normal distribution is a special normal distribution with μ = 0 and σ = 1. We can convert any normal distribution to the standard normal using z-scores.
z = (x - μ) / σ
A z-score tells us how many standard deviations a value is from the mean
• z = 0: value equals the mean
• z = 1: value is 1 standard deviation above the mean
• z = -1: value is 1 standard deviation below the mean
• z = 2.5: value is 2.5 standard deviations above the mean
• |z| > 3: unusual/rare value (outside 99.7% of data)
Test scores: μ = 75, σ = 10. Find z-scores for the following:
Solutions:
Values show the area to the LEFT of z
| z | 0.00 | 0.01 | 0.02 | 0.03 |
|---|---|---|---|---|
| 0.0 | 0.5000 | 0.5040 | 0.5080 | 0.5120 |
| 1.0 | 0.8413 | 0.8438 | 0.8461 | 0.8485 |
| 2.0 | 0.9772 | 0.9778 | 0.9783 | 0.9788 |
Example: P(Z < 2.0) = 0.9772 or 97.72%
📝 Practice Question
6. Real-World Applications
A factory produces bolts with diameter normally distributed: μ = 10 mm, σ = 0.2 mm. Bolts are rejected if diameter is outside 9.5 to 10.5 mm.
What percentage are rejected?
📝 Practice Question
🎯 Lesson Summary
Fantastic work! You've mastered continuous probability. Here's what you learned:
- ✅ Continuous random variables: Take any value in a range; P(exact value) = 0
- ✅ PDF: Probability density function; area under curve = probability
- ✅ Normal distribution: Bell curve defined by μ and σ
- ✅ Empirical Rule: 68-95-99.7 for data within 1-2-3 standard deviations
- ✅ Z-scores: z = (x - μ) / σ; standardize any normal distribution
- ✅ Applications: Heights, test scores, quality control, and much more!
Next lesson: We'll explore advanced probability topics to complete your journey!