Returns the sample standard deviation of a numeric expression evaluated over a set, using the unbiased population formula (dividing by n-1).
The Stdev function uses the unbiased population formula, while the StdevP function uses the biased population formula.
Optional
Generated using TypeDoc
Returns the sample standard deviation of a numeric expression evaluated over a set, using the unbiased population formula (dividing by n-1).
The Stdev function uses the unbiased population formula, while the StdevP function uses the biased population formula.