Home : Products : Hach WIMS : Hach WIMS Client : Documentation : Function Reference : Spread Functions : Primitive Functions : STDEV
Q11596 - INFO: STDEV

STDEV (Primitive Spread Function) returns the standard deviation for a set of numbers.

SYNTAX:

STDEV(value1,value2,...)

REMARKS:

The standard deviation is a measure of how widely values are dispersed from the average value.

Accepts up to 30 arguments. Each argument can be a cell, a cell range, a float value, or an integer value.

The standard deviation is calculated using the "nonbiased" or "n–1" method. The function uses the following formula to calculate the standard deviation:

                                                                        

The STDEV function assumes that its arguments are a sample of the population. If your data represents the entire population, then compute the standard deviation using the STDEVP function. 

EXAMPLES:

STDEV(A1,B2,C3,D4,E5,F6)
STDEV(A1:A9)
STDEV(95,89,73,87,85,76,100,96,96)=9.3422576382

Related Articles
Q11514 - INFO: AVERAGE
Q11597 - INFO: STDEVP
Q11614 - INFO: VARP

Article Attachments
No Attachments Available.

Related External Links
No Related Links Available.
Help us improve this article...
What did you think of this article?

poor 
1
2
3
4
5
6
7
8
9
10

 excellent
Tell us why you rated the content this way. (optional)
 
Approved Comments...
No user comments available for this article.
Created on 8/28/2008 11:08 AM.
Last Modified on 8/28/2008 11:08 AM.
Last Modified by No Author Name Available!.
Article has been viewed 2807 times.
Rated 0 out of 10 based on 0 votes.
Print Article
Email Article