Probability Distribution: Mean and Standard Deviation
Calculating the Mean of a Probability Distribution
Formula: \mu = \Sigma(x \cdot P(x))
Steps:
Create a column for x \cdot P(x).
Multiply each x by its corresponding P(x) and record the product.
Sum all the x \cdot P(x) products; this sum is the mean, \mu.
Calculating the Standard Deviation of a Probability Distribution
Formula: \sigma = \sqrt{\Sigma(x^2 \cdot P(x)) - \mu^2}
Steps:
Recall the unrounded mean (\mu).
Add a column for x^2.
Add a column for x^2 \cdot P(x).
Square each x value and record it in the x^2 column.
Multiply each x^2 value by its corresponding P(x) and record it in the x^2 \cdot P(x) column.
Sum all the values in the x^2 \cdot P(x) column to get \Sigma(x^2 \cdot P(x)).
Substitute values into the formula: \sigma = \sqrt{(\Sigma(x^2 \cdot P(x))) - \mu^2}.