exkurtosisType: Kurtosis Type

View source: R/exkurtosisType.R

exkurtosisTypeR Documentation

Kurtosis Type

Description

Gets the type of (excess) kurtosis

Usage

exkurtosisType(kurtosis)

Arguments

kurtosis

numeric.

Details

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'.

Value

Returns one of 'platykurtic', 'mesokurtic' or 'leptokurtic'.

Examples

exkurtosisType(-1)
exkurtosisType(0)
exkurtosisType(1)

distr6 documentation built on March 28, 2022, 1:05 a.m.