All distributions — discrete and continuous — can be described with a single tool: the cumulative distribution function, which accumulates the probability up to a given value.

Definition — Cumulative distribution function

The cumulative distribution function of XX is F(x)=P(Xx)=xf(t)dt.F(x) = P(X\le x) = \int_{-\infty}^x f(t)\,dt. It is increasing and goes from 00 to 11. To compute the probability of an interval one uses the difference: P(aXb)=F(b)F(a).P(a\le X\le b) = F(b)-F(a).

The practical advantage is enormous: once FF is known, every interval probability reduces to a subtraction. This is exactly the logic of the standard normal tables, where one reads FF and combines the values.

Topics: Distribuzioni probabilita
Concepts: Densita di probabilita · Funzione di ripartizione
Skills: Usare formule