kurt function

kurtosis

kurtosis

A function to calculate an estimate of the coefficient of kurtosis from a set of data.

kurt(x)

Arguments

  • x: A vector of numeric values.

Returns

The reduced coefficient of kurtosis.

Examples

x<-evapotranspiration$`ET(mm)` kurt(x)

Author(s)

Richard Murray Lark murray.lark@nottingham.ac.uk

  • Maintainer: Chawezi Miti
  • License: GPL (>= 3)
  • Last published: 2024-05-28