Click or drag to resize

VectorMathKurtosis 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(IReadOnlyListDouble) Returns the kurtosis of the elements in vector. The kurtosis is defined as kurtosis(X) = E{(X-µ)^4}/((E{(X-µ)²})².
Public Extension MethodKurtosis(IReadOnlyListSingle) 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