Enter each value x and its probability P(x) to calculate the mean, variance, and standard deviation of the distribution.
Probability distributions are fundamental concepts in statistics that describe the likelihood of different outcomes in a random experiment. Key statistics such as the mean, variance, and standard deviation provide important insights into the characteristics of these distributions.
1. Mean (Expected Value): \(\mu = \sum_{i=1}^{n} x_i P(x_i)\)
The mean represents the average or central tendency of the distribution.
2. Variance: \(\sigma^2 = \sum_{i=1}^{n} (x_i - \mu)^2 P(x_i)\)
The variance measures the spread or dispersion of the distribution from its mean.
3. Standard Deviation: \(\sigma = \sqrt{\sigma^2}\)
The standard deviation is the square root of the variance and provides a measure of dispersion in the same units as the original data.
Let's consider a simple probability distribution:
x | P(x) |
---|---|
1 | 0.2 |
2 | 0.5 |
3 | 0.3 |
1. Calculate the mean:
\(\mu = (1 \times 0.2) + (2 \times 0.5) + (3 \times 0.3) = 0.2 + 1 + 0.9 = 2.1\)
2. Calculate the variance:
\(\sigma^2 = (1 - 2.1)^2 \times 0.2 + (2 - 2.1)^2 \times 0.5 + (3 - 2.1)^2 \times 0.3\)
\(\sigma^2 = 0.484 \times 0.2 + 0.01 \times 0.5 + 0.81 \times 0.3 = 0.0968 + 0.005 + 0.243 = 0.3448\)
3. Calculate the standard deviation:
\(\sigma = \sqrt{0.3448} \approx 0.5872\)
This diagram illustrates the probability distribution from our example. The x-axis represents the values, and the y-axis represents their probabilities. The green line shows the trend of the distribution.