You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Kurtosis Method > Vector.Kurtosis Method (double, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.Kurtosis Method (double, double)

The Kurtosis (fourth central momentum).

Syntax
C#
Visual Basic
public double Kurtosis(double AMean, double AStdDev);

Calculate the calling object kurtosis by using mean value AMean and standard deviation AStdDev. Kurtosis is the fourth central moment, divided by fourth power of standard deviation: 

 

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!