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

Kurtosis Excel Function
Math Statistics Class

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

Returns the kurtosis of a distribution, as defined by Microsoft Excel.
Measures the relative peakedness or flatness of a distribution.

Examples:
    KurtosisExcel(12, 34, 56, 78) = -1.2
    KurtosisExcel(SampleData) = -0.066025135059001
See also:
    KurtosisExcelArray Function
    Kurtosis Function
    SkewExcel Function
    StandardDeviation Function
    StandardDeviationPopulation Function
    Variance Function
    VariancePopulation Function
    Average Function
    StatVarType Property
    KURT 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 kurtosis of the numeric values. Function returns Null if there are fewer than four numeric values.

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