rob_kr: Computing standard and robustified excess kurtosis

Description Usage Arguments Value References See Also Examples

Description

This function computes standard and robustified excess kurtosis of a vector or matrix of variables.

Usage

1
    rob.kr(x)

Arguments

x

vector or matrix of variables

Value

Vector of excess kurtosis and robustified excess kurtosis

References

Kim, T-H. and H. White (2004), “On More Robust Estimation of Skewness and Kurtosis”, Finance Research Letters, 1, 56–73.

See Also

rob.sk, ljung.box.test, jb.test

Examples

1
2
x <- matrix(rnorm(1000), 100, 10)
rob.kr(x)

ccgarch documentation built on May 29, 2017, 12:58 p.m.

Related to rob_kr in ccgarch...