Click or drag to resize

VectorMathExcessKurtosisOfNormalized Method

Overload List
 NameDescription
Public Extension MethodExcessKurtosisOfNormalized(Double) Returns the excess kurtosis of the elements in vector. The excess kurtosis is defined as excesskurtosis(X) = E{X^4} - 3(E{X²})².
Public Extension MethodExcessKurtosisOfNormalized(Int32) Returns the excess kurtosis of the elements in vector. The excess kurtosis is defined as excesskurtosis(X) = E{X^4} - 3(E{X²})².
Public Extension MethodExcessKurtosisOfNormalized(IReadOnlyListDouble) Returns the excess kurtosis of the elements in vector. The excess kurtosis is defined as excesskurtosis(X) = E{X^4} - 3(E{X²})².
Public Extension MethodExcessKurtosisOfNormalized(IReadOnlyListSingle) Returns the excess kurtosis of the elements in vector. The excess kurtosis is defined as excesskurtosis(X) = E{X^4} - 3(E{X²})².
Public Extension MethodExcessKurtosisOfNormalized(Single) Returns the excess kurtosis of the elements in vector. The excess kurtosis is defined as excesskurtosis(X) = E{X^4} - 3(E{X²})².
Top
See Also