VarianceSkew | R Documentation |
Asymptotic Variance of the estimated skewness vector
VarianceSkew(cum)
cum |
The theoretical/estimated cumulants up to order 6 in vector form |
The matrix of theoretical/estimated variance
Gy.Terdik, Multivariate statistical methods - Going beyond the linear, Springer 2021. Ch.6, formula (6.13)
Other Estimation:
SampleEVSK()
,
SampleKurt()
,
SampleMomCum()
,
SampleSkew()
,
VarianceKurt()
alpha<-c(10,5)
omega<-diag(rep(1,2))
MC <- MomCumSkewNorm(r = 6,omega,alpha)
cum <- MC$CumX
VS <- VarianceSkew(cum)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.