| Name | Description |
---|
 | Kurtosis(Double) |
Returns the kurtosis of the elements in vector. The kurtosis is defined as
kurtosis(X) = E{(X-µ)^4}/((E{(X-µ)²})².
|
 | Kurtosis(Int32) |
Returns the kurtosis of the elements in vector. The kurtosis is defined as
kurtosis(X) = E{(X-µ)^4}/((E{(X-µ)²})².
|
 | Kurtosis(IReadOnlyListDouble) |
Returns the kurtosis of the elements in vector. The kurtosis is defined as
kurtosis(X) = E{(X-µ)^4}/((E{(X-µ)²})².
|
 | Kurtosis(IReadOnlyListSingle) |
Returns the kurtosis of the elements in vector. The kurtosis is defined as
kurtosis(X) = E{(X-µ)^4}/((E{(X-µ)²})².
|
 | Kurtosis(Single) |
Returns the kurtosis of the elements in vector. The kurtosis is defined as
kurtosis(X) = E{(X-µ)^4}/((E{(X-µ)²})².
|