TRUECALC
Functions

KURT

Excess kurtosis

Try it

When to use it

When should I use KURT?

Use KURT to measure the excess kurtosis of a data set, indicating whether the distribution has heavier or lighter tails than a normal distribution, which is important in risk and financial modeling.

Used in

science · finance

Syntax

KURT(value1,...)

Examples

=KURT(1,2,3,4,5,6,7,8,9,10) // => -1.2000000000000015
=KURT({1,2,3,4,5,6,7,8,9,10}) // => -1.2000000000000015

On this page