Standard Deviation
The standard deviation is a
measure of how widely values are dispersed from the average
value (or the mean).
The Excel formula syntax is:
STDEV(number1,number2,...)
Number1,
number2, ... are 1 to 30 number arguments corresponding to
a sample of a population. You can also use a single array or a
reference to an array instead of arguments separated by commas.
Remarks
|