You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
The cumulative distribution function (CDF) is one of the most versatile tools in statistics. It provides a complete description of the distribution and allows you to calculate probabilities, find percentiles, and connect the PDF and CDF through differentiation and integration.
The cumulative distribution function of a random variable X is:
F(x)=P(X≤x)=∫−∞xf(t)dt
| Property | Detail |
|---|---|
| F(−∞)=0 | No probability below the minimum |
| F(∞)=1 | All probability is accounted for |
| F is non-decreasing | If a<b, then F(a)≤F(b) |
| F is continuous (for continuous X) | No jumps in the CDF |
The PDF and CDF are linked by:
F(x)=∫−∞xf(t)dtandf(x)=F′(x)
In other words:
Exam Tip: If you are given the CDF and asked for the PDF, differentiate. If given the PDF and asked for the CDF, integrate. This is a very common exam question format.
Let f(x)=83x2 for 0≤x≤2.
For x<0: F(x)=0.
For 0≤x≤2:
F(x)=∫0x83t2dt=83×3t30x=8x3
For x>2: F(x)=1.
So:
F(x)=⎩⎨⎧08x31x<00≤x≤2x>2
Verification: F(0)=0 and F(2)=88=1. The CDF is continuous.
Given:
F(x)=⎩⎨⎧04(x−1)21x<11≤x≤3x>3
Find the PDF:
f(x)=F′(x)=42(x−1)=2x−1for 1≤x≤3
Check: ∫132x−1dx=21[2(x−1)2]13=21×2=1. Valid.
The CDF provides a direct way to calculate probabilities:
| Probability | Formula |
|---|---|
| P(X≤a) | F(a) |
| P(X>a) | 1−F(a) |
| P(a≤X≤b) | F(b)−F(a) |
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.