kurt {BLA} | R Documentation |
kurtosis
Description
A function to calculate an estimate of the coefficient of kurtosis from a set of data.
Usage
kurt(x)
Arguments
x |
A vector of numeric values. |
Value
The reduced coefficient of kurtosis.
Author(s)
Richard Murray Lark <murray.lark@nottingham.ac.uk>
Examples
x<-evapotranspiration$`ET(mm)`
kurt(x)
[Package BLA version 1.0.1 Index]