50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


semTools (version 0.5-4)

kurtosis: Finding excessive kurtosis

Description

Finding excessive kurtosis (g2) of an object

Usage

kurtosis(object, population = FALSE)

Arguments

object

A vector used to find a excessive kurtosis

population

TRUE to compute the parameter formula. FALSE to compute the sample statistic formula.

Value

A value of an excessive kurtosis with a test statistic if the population is specified as FALSE

Details

The excessive kurtosis computed is g2. The parameter excessive kurtosis γ2 formula is

γ2=μ4μ223,

where μi denotes the i order central moment.

The excessive kurtosis formula for sample statistic g2 is

g2=k4k22,

where ki are the i order k-statistic.

The standard error of the excessive kurtosis is

Var(g^2)=24N

where N is the sample size.

References

Weisstein, Eric W. (n.d.). Kurtosis. Retrived from MathWorld--A Wolfram Web Resource: http://mathworld.wolfram.com/Kurtosis.html

See Also

  • skew Find the univariate skewness of a variable

  • mardiaSkew Find the Mardia's multivariate skewness of a set of variables

  • mardiaKurtosis Find the Mardia's multivariate kurtosis of a set of variables

Examples

Run this code
# NOT RUN {
kurtosis(1:5)

# }

Run the code above in your browser using DataLab