Discrete vs Continuous Distributions
Classifying Random Variables
Classify each variable as discrete or continuous: (a) Number of cars passing a checkpoint (b) Weight of a package (c) Number of defective items in a batch
Analyze variable (a): Cars are counted: 0, 1, 2, 3, ... Cannot have 2.5 cars = Discrete
Analyze variable (b): Weight is measured: 1.234 kg, 1.235 kg, etc. Any value possible = Continuous
Analyze variable (c): Defects are counted: 0, 1, 2, ... Cannot have 1.7 defects = Discrete
Answer: (a) Discrete, (b) Continuous, (c) Discrete
Calculating Discrete Probabilities
A fair die is rolled. Find: (a) $P(X = 4)$ and (b) $P(X \leq 2)$
Identify the distribution: Die roll has 6 equally likely outcomes: 1, 2, 3, 4, 5, 6 = Uniform discrete distribution
Calculate P(X = 4): Only one outcome equals 4, so $P(X = 4) = \frac{1}{6}$ = $P(X = 4) = \frac{1}{6}$
Calculate P(X ≤ 2): Two outcomes satisfy this: 1 and 2 $P(X \leq 2) = P(X=1) + P(X=2) = \frac{1}{6} + \frac{1}{6}$ = $P(X \leq 2) = \frac{2}{6} = \frac{1}{3}$
Answer: (a) $\frac{1}{6} \approx 0.167$, (b) $\frac{1}{3} \approx 0.333$
Understanding Continuous Probability
Heights in a population follow a continuous distribution. Explain why $P(\text{height} = 170.0000\ldots \text{ cm})$ equals zero.
Consider the nature of continuous variables: Height can be 170.0001 cm, 170.00001 cm, etc. Infinitely many values exist = Infinite possible values
Apply probability reasoning: If each exact value had positive probability, the sum would be infinite (not 1) = Each exact value must have probability 0
Understand the practical meaning: We calculate $P(169.5 < X < 170.5)$ instead. This is the area under the curve between these limits = Use intervals, not exact values
Answer: With infinitely many possible values, assigning positive probability to each would make the total exceed 1. For continuous distributions, we calculate probabilities for intervals, not exact values.
Mistake: Thinking 'money' is always discrete because we count dollars
Why: While we often round money to cents, financial models frequently treat money as continuous because transactions can theoretically be any amount.
Correct: Context matters: counting coins is discrete, but modeling stock prices is typically continuous.
Mistake: Trying to calculate P(X = exact value) for continuous distributions
Why: For continuous distributions, the probability at any single point is zero. Only intervals have positive probability.
Correct: For continuous distributions, always calculate $P(a < X < b)$ using the area under the curve.
Mistake: Confusing 'few possible values' with 'discrete'
Why: A variable is discrete based on its nature, not the number of values observed in a sample.
Correct: Ask: 'Can this variable theoretically take ANY value in a range?' If yes, it's continuous.
Quality Control in Manufacturing
Factories use discrete distributions to count defects and continuous distributions for measurements.
A factory counts defective items per batch (discrete: 0, 1, 2, ...) but measures product weight in grams (continuous: 250.3g, 250.31g, ...).
Medical Statistics
Healthcare uses both types: patient counts (discrete) and vital signs (continuous).
Number of patients admitted today (discrete: 45, 46, 47) vs blood pressure reading (continuous: 120.5 mmHg, 121.3 mmHg).
**Discrete distributions** apply to variables with countable, separate values (like dice rolls, coin flips, or counts)
**Continuous distributions** apply to variables that can take any value in a range (like height, weight, or time)
For discrete variables, we use PMF and can calculate $P(X = x)$ directly
For continuous variables, we use PDF and calculate probabilities for intervals: $P(a < X < b)$
Ask yourself: 'Is this counted or measured?' Counted = discrete, Measured = continuous
Q: Can a variable be both discrete and continuous?
A: No, a variable is fundamentally one or the other based on its nature. However, we sometimes model discrete variables (like counts) with continuous distributions as an approximation when values are large.
Q: Why is age sometimes treated as discrete and sometimes continuous?
A: Age in years (18, 19, 20) is discrete. Age as exact time since birth (18.5273 years) is continuous. The choice depends on how you measure and use the data.
Q: What is the difference between PMF and PDF?
A: PMF (Probability Mass Function) gives the actual probability for discrete values. PDF (Probability Density Function) gives density for continuous variables - you must integrate over an interval to get probability.
Discrete vs Continuous Distributions
1 / 11
Discrete vs Continuous Distributions
Learn the difference between discrete and continuous probability distributions, and when to use each type.