estimate-moments function

Skewness and kurtosis

Skewness and kurtosis

kurtosis estimates the fourth central, normalized moment from data.

skewness estimates the third central, normalized moment from data.

kurtosis(x) skewness(x)

Arguments

  • x: a numeric vector.

See Also

Corresponding functions in the moments package.

  • Maintainer: Georg M. Goerg
  • License: GPL (>= 2)
  • Last published: 2023-11-30