Standard deviation is a measure of the amount of variation or dispersion in a set of values. A low standard deviation indicates that the values tend to be close to the mean, while a high standard deviation indicates that the values are spread out over a wider range.
To calculate the standard deviation \(\sigma\) of a random variable, we use the mean \(\mu\) computed earlier. Each value of the random variable is subtracted from the mean, squared, multiplied by its probability, and these new values are summed up. Afterward, we take the square root of that sum to find the standard deviation.
Calculating Standard Deviation
\[\sigma = \sqrt{\sum ((x - \mu)^2 \cdot p(x))}\]
For our exercise, the substitution gives:
\[\sigma = \sqrt{((1 - 2.3)^2 \cdot 0.2) + ((2 - 2.3)^2 \cdot 0.3) + ((3 - 2.3)^2 \cdot 0.5)}\]
Putting the values through the formula:
\[\sigma = \sqrt{0.52 + 0.027 + 0.245} = \sqrt{0.792}\]
After calculating the square root:
\[\sigma = \sqrt{0.792} = 0.89 \]
Here, 0.89 is the standard deviation, rounded to two decimal places. It tells us the typical distance of the values from the mean within this probability distribution.