Learn R Programming

MultiStatM (version 2.0.0)

VarianceSkew: Asymptotic Variance of the estimated skewness vector

Description

Asymptotic Variance of the estimated skewness vector

Usage

VarianceSkew(cum)

Value

The matrix of theoretical/estimated variance

Arguments

cum

The theoretical/estimated cumulants up to order 6 in vector form

References

Gy.Terdik, Multivariate statistical methods - Going beyond the linear, Springer 2021. Ch.6, formula (6.13)

See Also

Other Estimation: SampleEVSK(), SampleKurt(), SampleMomCum(), SampleSkew(), VarianceKurt()

Examples

Run this code
alpha<-c(10,5)
omega<-diag(rep(1,2))
MC <- MomCumSkewNorm(r = 6,omega,alpha)
cum <- MC$CumX
VS <- VarianceSkew(cum)

Run the code above in your browser using DataLab