CDF
The cumulative distribution function (CDF) of a random variable X is a function F defined by F(x) = P(X ≤ x) for all real x. It completely characterizes the distribution of X; for a vector X = (X1, ..., Xk) the CDF is F(x1, ..., xk) = P(X1 ≤ x1, ..., Xk ≤ xk). The CDF is nondecreasing and right-continuous.
Key properties: lim x→-∞ F(x)=0, lim x→∞ F(x)=1. If X is discrete, F has jumps at points
Quantiles and inverse: If F is continuous and strictly increasing, its inverse F^{-1}(p) gives the p-th quantile.
Examples: For a standard normal distribution, F is the standard normal CDF; for a Bernoulli(p) variable, F(x)
Empirical CDF and applications: The empirical CDF F_n(x) = (1/n) ∑ I{X_i ≤ x} is a nonparametric estimate of