StdevP

Analysis Services

Analysis Services

StdevP

Returns the population standard deviation of a numeric expression evaluated over a set, using the biased population formula.

Syntax

StdevP(«Set»[, «Numeric Expression»])

Remarks

The StdevP function uses the biased population formula, while the Stdev function uses the unbiased population formula.

Example
Stdev({USA, CANADA, MEXICO}, Sales)
 

See Also

Stdev