Cumulative Distribution Function (CDF)

CDF (Cumulative Distribution Function)

The cumulative distribution function (cdf) F(x) for a continuous rv with PDF f(x) is defined for every number x by:

F(x)=P(Xx)=xf(t)dt

For each x, F(x) is the area under the density curve to the left of x.

Using F(x) to compute probabilities

Let X be a continuous rv with pdf f(x) and corresponding cdf F(x). Then for any number a:

P(X>a)=1F(a)

and for any two numbers a,b with a<b:

P(aXb)=F(b)F(a)

These come from the fact that P(X)=1P(X) for (1) and for (2) just using this idea in the expansion of the areas:

Pasted image 20241020215403.png