Learn R Programming

cgwtools (version 4.1)

thekurt: Calculates the kurtosis of the input data set.

Description

Kurtosis is the next moment after skew (which is the moment after the variance). This function is provided primarily to support the function mystat . It uses the algorithm provided in the R package e1071

Usage

thekurt(x)

Value

A single scalar, the kurtosis of the data provided.

Arguments

x

A vector or vectorizable data set.

Author

Carl Witthoft, carl@witthoft.com