Probability Distributions

Interactive review for Module 2. Select a distribution to explore its properties, visualize the PDF/PMF, and solve practice problems.

Uniform

Equally likely outcomes over an interval.

Normal

The Bell Curve. Central to statistics.

Exponential

Waiting time between events.

Poisson

Count of events in a fixed interval.

CLT

Why everything becomes Normal.

Uniform Distribution \( X \sim U(a, b) \)

Visualization

0
10
Expectation \( E[X] \)
5.00
\( (a+b)/2 \)
Variance \( Var(X) \)
8.33
\( (b-a)^2/12 \)

Practice Problem: Line Segment Ratio

A point \( X \) is chosen uniformly on \([0, L]\). What is the probability that the ratio of the shorter to the longer segment is less than \( 1/4 \)?

0
L
X

Normal Distribution \( X \sim N(\mu, \sigma^2) \)

Interactive Bell Curve

500
20

Calculator & Practice

Calculate \( P(X > x) \) or \( P(a < X < b) \).

x =

Practice Context (Q6):

Package weights: \( \mu=500, \sigma=20 \).

  • Try calculating \( P(X > 530) \)
  • Try calculating \( P(480 < X < 520) \)

Exponential Distribution \( X \sim \text{Exp}(\lambda) \)

PDF Visualization \( \lambda e^{-\lambda x} \)

0.1
Expectation \( 1/\lambda \)
10.00
Variance \( 1/\lambda^2 \)
100.00

Memoryless Property

The probability of waiting \( t \) more minutes doesn't depend on how long you've already waited.

\( P(X > s+t | X > s) = P(X > t) \)

Example (Bus Arrival):

Rate \( \lambda = 0.1 \) (avg wait 10 mins).

If you've waited 5 mins, what's the prob of waiting 10 more?

P(X > 15 | X > 5) = P(X > 10)

\( e^{-0.1(10)} = e^{-1} \approx 0.368 \)

Calculate Probability:

P(X > ) =

Poisson Distribution \( X \sim \text{Pois}(\lambda) \)

PMF Visualization

3

Practice: Wrong Calls

Average 3 wrong calls per day (\( \lambda = 3 \)).

Probability of exactly \( k \) calls:

k =

Conditional Probability Problem:

Today, 1 wrong call received. Probability of at least 2 more?

We want \( P(X \ge 3 | X \ge 1) \).

Central Limit Theorem

Simulation Setup

Sum of \( n \) independent dice rolls.

1

Number of dice rolled per trial.

Theory: As \( n \) increases, the distribution of the sum approaches Normal.

Mean \( \approx n \times 3.5 \)

Var \( \approx n \times 2.92 \)

Distribution of Sums