Learn R Programming

LambertW (version 0.6.9-1)

kurtosis: 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.