The Two Point Distribution refers to a probability distribution of a discrete random variable that can take two different values with certain probabilities. The random variable can only take these two values and therefore the probability of taking any other value is equal to zero.
Probability Distribution of Two Point Distribution:
We say that a random variable X has two point distribution if it takes two values x_1 and x_2 with the probabilites given as, P(X = x) = \begin{cases} p_1 \text{ ,if } x=x_1 \\ p_2 \text{ ,if } x=x_2 \\ 0 \text{ ,otherwise } \end{cases}
Note that the total probability is equal to 1, that is, p_1 + p_2 = 1.
We can express tha value of the random variable as, X = x_1.\mathbb{I}_{[X=x_1]} + x_2.\mathbb{I}_{[X=x_2]}. Here, the symbol \mathbb{I} denotes the indicator function.
The cumulative distribution function F(x) is given as, F(x) = \begin{cases} 0 \text{ ,if } x < x_1 \\ p_1 \text{ ,if } x_1 \leq x < x_2 \\ 1 \text{ ,if } x \geq x_2 \end{cases}
Mean and Variance:
The mean of the random variable X is given as, E[X] = x_1p_1 + x_2(1-p_1)
The variance of the random variable X is given as, V[X] = p_1(1-p_1)(x_1-x_2)^2.
Raw moments:
The raw moments of the distribution are given as follows, E(X^m) = x_1^m p_1 + x_2^m (1-p_1) \text{ for } m= 1, 2, 3, \ldots
Moment Generating Function:
The moment generating function of the distribution is, M_X(t) = p_1e^{t{x_1}} + (1-p_1)e^{t{x_2}}.
Bernoulli Distribution:
The Bernoulli distribution is a special case of a two-point distribution. We say that the random variable follows the Bernoulli distribution if it takes the values 1 and 0 with probabilities p and (1-p).
When x=1, we say that success occurs and when x=0, we say that a failure occurs. For example, when tossing a coin only two outcomes are possible – heads (success) or tails (failure) each with probability 1/2. In this case, the random variable follows the Bernoulli distribution.
The sum of random variables following the two point distribution does not have the two point distribution. For example, we know that the Bernoulli distribution is a two point distribution. But the sum of two i.i.d Bernoulli distributions follows the binomial distribution. The binomial distribution is clearly not a two point distribution.
Examples:
- Suppose we toss an unbiased coin. Let X be the random variable that takes value 1 when heads occurs and takes value 0 when tails occurs. Then X follows a two point distribution, in fact, the Bernoulli distribution with p=1/2.
- Let X be a random variable that takes value 1 if the number on a dice thrown is less than 3 and takes value 0 when the number on the dice is greater than or equal to 3. Then X follows a two point distribution with p = 2/6 = 1/3.
References:
An Introduction to Probability and Statistics – Rohatgi