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
- Probability Calculation: Easily compute probabilities for intervals:
- Describes Distribution: Provides a complete picture of the random variable’s behavior.
- Quantiles & Percentiles: Solve to find critical values.
- Comparison Tool: Compare distributions visually and analytically.
- 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
- for all .
- is non-decreasing.
- and .
- If is continuous and differentiable, then the p.d.f. is the derivative of the CDF:
Map
References
- Lectures at MPSTME
Information
Link to original
- date: 2025.03.13
- time: 08:10
Questions based on Cumulative Distributions
Question 1
Example
Suppose is a discrete random variable with the following probability distribution:
1 | 2 | 3 | |
---|---|---|---|
1/4 | 1/2 | 1/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