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

Deviations Squared Function
Math Statistics Class

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

Square of deviations of numeric values from the mean.

Examples:
    DeviationsSquared(12, 34, 56) = 968
    DeviationsSquared(SampleData) = 51283.8695652174
See also:
    Average Function
    MedianDeviation Function
    StandardDeviation Function
    StandardDeviationPopulation Function
    Variance Function
    VariancePopulation Function
    AverageDeviation Function
    StatVarType Property
    DEVSQ 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 square of deviations 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.