How to calculate Standard Deviation in ONE Desktop?Tutorial
TheΒ standard deviationΒ measures the spread of the data about theΒ mean value. It is useful in comparing sets of data which may have the same mean but a different range.For example, the mean of the following two is the same:18 19 20 21 22 = 18+19+20+21+22Β / 5 = 2010 15 20 25 30Β = 10+15+20+25+30Β / 5 = 20However, the second is clearly more spread out. If a set has a low standard deviation, the values are not spread out too much.Β Lets do the calculations outside of ONE Desktop, so we know our expected result.ExampleFind the standard deviation of 4, 9, 11, 12, 17, 5, 8, 12, 14?First work out the mean: 4+9+11+12+17+5+8+12+14 / 9 = 10.222Now, subtract the mean individually from each of the numbers given and square the result. This is equivalent to the (x -Β )Β² step. x refers to the values given in the question.x 4 9 11 12 17 5 8 12 14 (x -Β Β )2 38.7 1.49 0.60 3.16 45.9 27.3 4.94 3.16 14.3 Now add up these results (this is the 'sigma' in the formula): 38.7+1.