Probability II
MAR 2026

CH1 — Part 1

Cumulative Distribution Function & Continuous Random Variables

§1 Cumulative Distribution Function

Let XX denote any random variable. The cumulative distribution function (cdf) of XX, denoted by FX(x)F_X(x), is defined as the probability that the variable takes a value less than or equal to xx:

FX(x)=P(Xx),<x<F_X(x) = P(X \leq x), \quad -\infty < x < \infty

Properties of the CDF (Click to explore):

  • Asymptotic Limits

    FX(0.00)=0.5000F_X(0.00) = 0.5000
    10-∞+∞
    Approach -∞Approach +∞

    As xx increases, probability mass accumulates toward an absolute ceiling of 1. As xx decreases, it vanishes entirely toward 0.

  • Right Continuity Jump

    FX(1.00)=0.75F_X(1.00) = 0.75
    0121.000.750.25
    Approach from LeftApproach from Right

    At exactly x=1x = 1, the value FX(x)F_X(x) is 0.750.75. Note the solid circle belongs to the right-hand segment.

  • Monotonic Accumulation

    P(1.5<X1.5)=0.635P(-1.5 < X \leq 1.5) = 0.635
    x₁x₂

    Notice that as x2x_2 moves right, the difference F(x2)F(x1)F(x_2) - F(x_1) never becomes negative. The probability of landing in a larger interval can only increase or stay constant.

Example 1

Binomial Case

Let XBin(2,12)X \sim \text{Bin}(2, \tfrac{1}{2}). Find FX(x)F_X(x).

Cumulative Distribution Function (CDF)
0120.250.50.751x
x = 0.50
Probability Mass Function (PMF)
0.25
X = 0
X = 1
X = 2
Current Probability
P(X ≤ 0.50) = 0.25

§2 Continuous Random Variables

A random variable XX is said to be continuous if its cdf FX(x)F_X(x) is a continuous function for all xRx \in \mathbb{R}.

Key Fact

For a continuous r.v., P(X=x)=0P(X = x) = 0 for any real number xx.

Formal Proof

P(X=x)=FX(x)FX(x)P(X = x) = F_X(x) - F_X(x^-)


Since FXF_X is continuous, FX(x)=FX(x)F_X(x) = F_X(x^-), so the difference is zero.

§3 Probability Density Function

If FX(x)F_X(x) is the cdf of a continuous r.v. XX, its derivative is called the probability density function (pdf):

fX(x)=ddxFX(x)f_X(x) = \frac{d}{dx} F_X(x)

Which implies the Fundamental Theorem relationship:

FX(x)=xfX(t)dtF_X(x) = \int_{-\infty}^{x} f_X(t)\,dt
  • fX(x)0f_X(x) \geq 0 for all xx
  • fX(x)dx=1\int_{-\infty}^{\infty} f_X(x)\,dx = 1 (Total area = 1)
Probability Density fX(t)f_X(t)
-2-1120.20.4
Cumulative Distribution FX(x)F_X(x)
-2-1120.51
Adjust Value xx
x = 0.00
-303
Integration
P(X0.00)=0.00fX(t)dtP(X \le 0.00) = \int_{-\infty}^{0.00} f_X(t) \, dt
Cumulative Value & Confidence
FX(0.00)=0.5000F_X(0.00) = 0.5000
Confidence: 50.0%
Example 2

The Uniform Case

Suppose we are given the following CDF and need to find the underlying density: FX(x)={0x<0x0x<11x1F_X(x) = \begin{cases} 0 & x < 0 \\ x & 0 \leq x < 1 \\ 1 & x \geq 1 \end{cases}

Cumulative FX(x)F_X(x)Continuous
-1.5-1-0.50.511.50.51x

FX(x)F_X(x) is continuous everywhere

Density fX(x)f_X(x)Discontinuous
-1.5-1-0.50.511.50.51x

fX(x)f_X(x) is discontinuous at x=0,1x=0,1

Remark — Continuity Contrast

While the CDF of a continuous r.v. must be continuous everywhere, its PDF can have jump discontinuities. In the Uniform(0,1) case, the PDF jumps at x=0x=0 and x=1x=1, yet the CDF remains continuous throughout.