Module 3 · Distributions · Topic 3
Probability Distributions
What Is a Probability Distribution?. A probability distribution describes all possible values of a random variable and their associated probabilities. It completely specifies the behavior of the random variable.
Requirements. For a valid discrete distribution: every probability must be between 0 and 1, and all probabilities must sum to 1. For continuous distributions: the PDF must be non-negative, and the total area under the curve must equal 1.
Cumulative Distribution Function. The CDF, F(x) = P(X ≤ x), gives the probability that the random variable takes a value less than or equal to x. It is a non-decreasing function from 0 to 1.