Random Variables: : Discrete and Cumulative Variables

Discrete and Continuous Random Variables

A discrete random variable has the following attributes: A continuous random variable has the following attributes:

Rules of Discrete Probability Distributions

The probability distribution of a discrete random variable X must satisfy the following two conditions:

Cumulative Distribution Function

The cumulative distribution function, F(x), of a discrete random variable X is defined by the following formula:
F(x) = P(X ≤ x) = ∑i ≤ x P(i)
Let's use the example of the number of switches in the following table:
x P(x) F(x)
0 0.20.2
1 0.10.3
2 0.2 0.5
3 0.1 0.6
4 0.3 0.9
5 0.1 1.0
1.0


And the graph of the cumulative probability distribution of the number of switches is depicted below:
cumulative-probability-distribution-switches


For more details, please contact me here.
Date of last modification: March 25, 2019