Vector |
| Name | Description | |
|---|---|---|
| ExcessKurtosisOfNormalized(Double) | Returns the excess kurtosis of the elements in vector. The excess kurtosis is defined as excesskurtosis(X) = E{X^4} - 3(E{X²})². | |
| ExcessKurtosisOfNormalized(Int32) | Returns the excess kurtosis of the elements in vector. The excess kurtosis is defined as excesskurtosis(X) = E{X^4} - 3(E{X²})². | |
| ExcessKurtosisOfNormalized(IReadOnlyListDouble) | Returns the excess kurtosis of the elements in vector. The excess kurtosis is defined as excesskurtosis(X) = E{X^4} - 3(E{X²})². | |
| ExcessKurtosisOfNormalized(IReadOnlyListSingle) | Returns the excess kurtosis of the elements in vector. The excess kurtosis is defined as excesskurtosis(X) = E{X^4} - 3(E{X²})². | |
| ExcessKurtosisOfNormalized(Single) | Returns the excess kurtosis of the elements in vector. The excess kurtosis is defined as excesskurtosis(X) = E{X^4} - 3(E{X²})². |