Posted by Anna on Saturday, January 9, 2010 at 12:13pm.
The standard deviation is the sqrt(sum(mean - i)^2 / (n-1)), where i takes on the value of each element in the set, and n is the number of elements in the set.
Start by finding the mean. Then for each element in the set, find the difference from the mean and square it. Find the sum of those differences, divide it by (n-1), and take the square root.
In case you didn't understand Marth's directions, you need to find the sum of those squared differences.
Since the mean of any distribution is a fulcrum, the sum of the differences of individual scores from the mean always = 0.
I hope this helps a little more.
Related Questions
Stats - You are allowed to choose four whole numbers from 1 to 10 (including 1 ...
standard deviation - if the standard deviation of a set of n numbers is y what ...
college math - 20. Calculate the range, variance, and standard deviation of the ...
Math - {-1, 0, 1, 2, -1, 0, 1, 2, -1, 0, 1, 2, 1, 1, -2} I need to find the ...
Math - Roughly speaking, the standard deviation indicates how far, on average, ...
Statistics - 1) A Motor Company has purchased steel parts from a supplier for ...
math - hi i need help calculating the standard error using the central limit ...
HELPP math - 13,14,29,26,41,53,60,7,89,14 Based on the numbers above what is the...
Statistics: Range, Average Deviation, Standard Dev - Can someone please help me ...
MATH - A mean score on a standardized test is 50 with a standard deviation of 10...
For Further Reading