View source: R/exkurtosisType.R
exkurtosisType | R Documentation |
Gets the type of (excess) kurtosis
exkurtosisType(kurtosis)
kurtosis |
numeric. |
Kurtosis is a measure of the tailedness of a distribution. Distributions can be compared to the Normal distribution by whether their kurtosis is higher, lower or the same as that of the Normal distribution.
A distribution with a negative excess kurtosis is called 'platykurtic', a distribution with a positive excess kurtosis is called 'leptokurtic' and a distribution with an excess kurtosis equal to zero is called 'mesokurtic'.
Returns one of 'platykurtic', 'mesokurtic' or 'leptokurtic'.
exkurtosisType(-1) exkurtosisType(0) exkurtosisType(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.