The distribution function

The distribution function of a random variable X is a function that assigns, for every point, the probability accumulated up to the above mentioned value. That is:

F(X)=p(Xx)

Example

For example, we will compute the distribution function of the random variable X, resulting from throwing a perfect dice.

The following table shows the values of F(x):

x F (x)
x<1 0
1x<2 16
1x<3 26
1x<4 36
1x<5 46
1x<6 56
x6 1

The value of the function distribution in will always be 0, while the value in + will always be 1.

This turns out to be quite intuitive, since the probability that the value of x is smaller than is zero, and the probability that it is less than + is 1 (since it is always less or equal to +).

imagen

Since it is a discrete random variable, the distribution function will be discrete. Note that the probability of obtaining a result lower than 5,2 is the same as that of lower than 5,3 or 5,9.