Continued

Cumulative Distribution Function

Cumulative Distribution Function

What’s CDF?

The Cumulative Distribution Function (CDF) represents the probability that a random variable takes a value less than or equal to :

Benefits of the CDF

  1. Probability Calculation: Easily compute probabilities for intervals:
  2. Describes Distribution: Provides a complete picture of the random variable’s behavior.
  3. Quantiles & Percentiles: Solve to find critical values.
  4. Comparison Tool: Compare distributions visually and analytically.
  5. Applications:
    • Risk Management: Estimate probabilities of extreme losses.
    • Reliability Engineering: Determine failure probabilities.
    • Finance & Machine Learning: Model distributions and analyze performance.

For Discrete

If is a discrete random variable:

For Continuous

If is a continuous random variable:

Properties of CDF

  1. for all .
  2. is non-decreasing.
  3. and .
  4. If is continuous and differentiable, then the p.d.f. is the derivative of the CDF:

Map

References

  • Lectures at MPSTME
Information
  • date: 2025.03.13
  • time: 08:10
Link to original

Questions based on Cumulative Distributions

Question 1

Example

Suppose is a discrete random variable with the following probability distribution:

123
1/41/21/4

Problem

Obtain the cumulative distribution function (CDF) of .

Solution

The distribution function of is given by:

Therefore:

Question 2

Example

Suppose is a continuous random variable with the probability density function (p.d.f.):

Problem

Obtain the cumulative distribution function (CDF) of .

Solution

The cumulative distribution function of is given by:

For :

Final CDF:

Question 3

References

Continued