Probability And Stochastic Processes Codexery

Cumulative distribution function

Function giving probability that a variable is ≤ a value.

Cumulative distribution function

In probability theory and statistics, the cumulative distribution function (CDF) of a real-valued random variable X, or just distribution function of X, evaluated at x, is the probability that X will take a value less than or equal to x. Every probability distribution supported on the real numbers, discrete or mixed as well as continuous, is uniquely identified by a right-continuous monotone increasing function (a càdlàg function) F: R → [0,1] satisfying limits of 0 at negative infinity and 1 at positive infinity.

field
Probability theory and statistics
known_for
Defining the probability that a random variable takes a value less than or equal to a given point; uniquely identifying probability distributions via a right-continuous monotone increasing function

Lore & Background

The cumulative distribution function is defined for a real-valued random variable X as F_X(x) = P(X ≤ x). The right-hand side represents the probability that X takes on a value less than or equal to x. The probability that X lies in the semi-closed interval (a, b], where a < b, is therefore F_X(b) − F_X(a). The use of 'less than or equal to' is a convention, not universally used (e.g., Hungarian literature uses '<'), but the distinction is important for discrete distributions, and formulas like Paul Lévy's inversion formula rely on the 'less than or equal' formulation.

Reader's Guide

The cumulative distribution function is a fundamental tool in probability theory and statistics, as it uniquely identifies any probability distribution on the real numbers, whether continuous, discrete, or mixed. For a continuous random variable, the CDF gives the area under the probability density function from negative infinity to x, and the density can be recovered by differentiating the CDF where the derivative exists. For a discrete random variable, the CDF is a step function that jumps at the values the variable can take, with the jump height equal to the probability of that value. The CDF is always non-decreasing and right-continuous (a càdlàg function), with limits 0 as x → −∞ and 1 as x → +∞. Conversely, any function with these three properties is a CDF for some random variable. The CDF is also used to specify the distribution of multivariate random variables. Notation conventions include using a capital F for the CDF, with specific distributions sometimes using other letters (e.g., Φ for the normal distribution).

Did You Know?

More in Probability And Stochastic Processes 1-21

Spotted an error? Know more?

This is a living reference — every entry is fact-audited, and reader corrections feed straight into our audit queue. Suggest an edit · See this site's audit record

Comments

Loading…
Open in the interactive codex →