kurtcoeff function

Coefficient of Kurtosis

Coefficient of Kurtosis

A simple function to obtain the coefficient of kurtosis on numeric variables.

kurtcoeff(x)

Arguments

  • x: the numeric vector for which the coefficient of kurtosis is required

Details

A straight-forward implementation of the formula is give here. A complete function "kurtosis" is available in the "e1071" package.

Author(s)

Prabhanjan N. Tattar

See Also

e1071::kurtosis

  • Maintainer: Prabhanjan Tattar
  • License: GPL-2
  • Last published: 2015-09-05

Useful links