<-- Previous || Up || Next -->

Standard Deviation Population Function
Math Statistics Class

Public Function StandardDeviationPopulation( _
    ParamArray vValues() As Variant _
    ) As Variant

Population standard deviation of numeric arguments.

Examples:
    StandardDeviationPopulation(12, 34, 56) = 17.96292478041
    StandardDeviationPopulation(SampleData) = 23.610026786078
See also:
    StandardDeviationPopulationArray Function
    StandardDeviation Function
    VariancePopulation Function
    AverageDeviation Function
    MedianDeviation Function
    DeviationsSquared Function
    StatVarType Property
    STDEVP Function (Microsoft Excel)
    STDEVPA Function (Microsoft Excel)
vValues: The values that are to be processed. Can be numbers, one-dimensional numeric arrays, one-dimensional Variant arrays, one-dimensional Variant arrays with embedded arrays, or any combination of these. The current setting of the StatVarType Property determines which numeric data types are recognized by this function.
Return value: Function returns the population standard deviation of the numeric values. Function returns Null if none of the arguments are numeric.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.