kurtosis {LambertW}R Documentation

Skewness and kurtosis

Description

kurtosis estimates the fourth central, normalized moment from data.

skewness estimates the third central, normalized moment from data.

Usage

kurtosis(x)

skewness(x)

Arguments

x

a numeric vector.

See Also

Corresponding functions in the moments package.


[Package LambertW version 0.6.9-1 Index]