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

Standard Deviation Function
Math Statistics Class

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

Standard deviation of numeric arguments.

Examples:
    StandardDeviation(12, 34, 56) = 22
    StandardDeviation(SampleData) = 23.7393977642901
See also:
    StandardDeviationArray Function
    StandardDeviationPopulation Function
    Variance Function
    AverageDeviation Function
    MedianDeviation Function
    DeviationsSquared Function
    StatVarType Property
    STDEV Function (Microsoft Excel)
    STDEVA 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 standard deviation of the numeric values. Function returns Null if there are fewer than two numeric values.

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