kurt
Sample (excess) kurtosis.
Syntax
Section titled “Syntax”v = kurt(number1, number2, ...)Description
Section titled “Description”Returns the sample kurtosis — a measure of tail-heaviness. Positive values indicate heavier tails than the normal distribution; negative values indicate lighter tails. Uses the bias-corrected sample formula. Requires at least 4 values.
Example
Section titled “Example”kurt(1, 2, 3, 4, 5) % -1.2 (light tails)