Click or drag to resize

VectorMath.Kurtosis Method

Overload List
 NameDescription
Public Extension MethodKurtosis(Double[]) Returns the kurtosis of the elements in vector. The kurtosis is defined as kurtosis(X) = E{(X-µ)^4}/((E{(X-µ)²})².
Public Extension MethodKurtosis(Int32[]) Returns the kurtosis of the elements in vector. The kurtosis is defined as kurtosis(X) = E{(X-µ)^4}/((E{(X-µ)²})².
Public Extension MethodKurtosis(IReadOnlyList<Double>) Returns the kurtosis of the elements in vector. The kurtosis is defined as kurtosis(X) = E{(X-µ)^4}/((E{(X-µ)²})².
Public Extension MethodKurtosis(IReadOnlyList<Single>) Returns the kurtosis of the elements in vector. The kurtosis is defined as kurtosis(X) = E{(X-µ)^4}/((E{(X-µ)²})².
Public Extension MethodKurtosis(Single[]) Returns the kurtosis of the elements in vector. The kurtosis is defined as kurtosis(X) = E{(X-µ)^4}/((E{(X-µ)²})².
Top
See Also