kurtosis {semTools} | R Documentation |
Finding excessive kurtosis
Description
Finding excessive kurtosis () of an object
Usage
kurtosis(object, population = FALSE)
Arguments
object |
A vector used to find a excessive kurtosis |
population |
|
Details
The excessive kurtosis computed by default is , the fourth
standardized moment of the empirical distribution of
object
.
The population parameter excessive kurtosis formula is
where denotes the
order central moment.
The excessive kurtosis formula for sample statistic is
where are the
order k-statistic.
The standard error of the excessive kurtosis is
where is the sample size.
Value
A value of an excessive kurtosis with a test statistic if the
population is specified as FALSE
Author(s)
Sunthud Pornprasertmanit (psunthud@gmail.com)
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
kurtosis(1:5)