powered by
Provides estimates of mean, variance, skewness and kurtosis vectors for d-variate data
SampleEVSK(X)
The list of the estimated mean, variance, skewness and kurtosis vectors
d-variate data vector
Gy.Terdik, Multivariate statistical methods - going beyond the linear, Springer 2021, Sections 6.4.1 and 6.5.1
Other Estimation: SampleKurt(), SampleMomCum(), SampleSkew(), VarianceKurt(), VarianceSkew()
SampleKurt()
SampleMomCum()
SampleSkew()
VarianceKurt()
VarianceSkew()
x<- MASS::mvrnorm(100,rep(0,3), 3*diag(rep(1,3))) EVSK<-SampleEVSK(x) names(EVSK) EVSK$estSkew
Run the code above in your browser using DataLab