Returns the kurtosis supplement of the elements of an array.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Shared Function PopulationKurtosis ( _
	data As Vector _
) As Double
C#
public static double PopulationKurtosis (
	Vector data
)
C++
public:
static double PopulationKurtosis (
	Vector^ data
)

Parameters

data (Extreme.Mathematics.LinearAlgebra.Vector)
A Vector.

Return Value

The kurtosis supplement of the elements of data.

Exceptions

ExceptionCondition
ArgumentNullExceptiondata is nullNothingnullptr.