Standard Deviation

Just from the mean, we don't get a sense of how spread out the numbers are.

For example, let L[i] = k(i-101) for $0 \le i \le 100$ and constant k. The mean of L is zero for any k. But, the range varies substantially.

\epsfig {file=figs07/mean.ps,height=3.5in}

Standard deviation is a measure of ``spread'' around the mean.

Standard devision of above list is 58.16786 |k| (grows with range).


next up previous
Next: Computing the Standard Deviation Up: MEAN Previous: Computing the Mean