No menu items!

How to find Standard Deviation of a Discrete Random Variable (with Examples)

-

The standard deviation of a discrete random variable can be found by taking the square root of its variance.

Variance = E(X2) – E(X)2.

  • E(X2) = Expected value of the square of the random variable.
  • E(X)2 = Square of the expected value of the random variable.

The variance of a discrete random variable can be found by calculating the expected value of the square of the random variable and subtracting the square of the expected value of the random variable from it.

Standard Deviation Formula (for a discrete random variable):

Therefore the variance and the standard deviation for the discrete random variable can be calculated using the formula,

Variance = E(X2) – E(X)2.

Standard Deviation = √Variance = √(E(X2) – E(X)2).

Suppose that a discrete random variable X has probability mass function p(x) then the required expected values can be calculated as

E(X) = Σx*p(x).

E(X2) = Σx2*p(x).

This means that in order to find the expected value of a particular random variable we should multiply the value of the random variable with the corresponding probability and take the sum over all possible values of x.

Let us try to understand how we can calculate the standard deviation for a discrete random variable by looking at the following two examples.

Example 1:

Consider a discrete random variable X whose probability mass function p(x) is given as

X Probability P(X)
10.1
20.15
30.15
40.4

In order to calculate the standard deviation we first compute the required expected values as follows,

XP(X)X*P(X)X2*P(X)
10.10.10.1
20.150.30.6
30.150.451.35
40.41.66.4
Total = 2.45Total = 8.45

From the above table, we now have that,

E(X) = Σx*p(x) = 2.45.

E(X2) = Σx2*p(x) = 8.45.

Standard deviation = √(E(X2) – E(X)2) = √(8.45 – 2.452)

= √2.4475 = 1.5644.

Example 2:

It is also possible that a discrete random variable takes negative values.

For example, consider a discrete random variable X whose probability mass function p(x) is given as,

XProbability P(X)
-20.1
-10.1
00.3
10.2
20.3

We find the standard deviation as follows,

XP(X)X*P(X)X2*P(X)
-20.1-0.20.4
-10.1-0.10.1
00.300
10.20.20.2
20.30.61.2
Total = 0.5Total = 1.9

E(X) = Σx*p(x) = 0.5.

E(X2) = Σx2*p(x) = 1.9.

Standard deviation = √(E(X2) – E(X)2) = √(1.9 – 0.52) = 1.2845

Summary
Article Name
How to find Standard Deviation of a Discrete Random Variable (with Examples)
Description
The standard deviation of a discrete random variable can be found by taking the square root of its variance. Variance = E(X2) - E(X)2.

Share this article

Recent posts

Popular categories

Recent comments