SampleEVSK | R Documentation |
Provides estimates of mean, variance, skewness and kurtosis vectors for d-variate data
SampleEVSK(X)
X |
d-variate data vector |
The list of the estimated mean, variance, skewness and kurtosis vectors
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()
x<- MASS::mvrnorm(100,rep(0,3), 3*diag(rep(1,3)))
EVSK<-SampleEVSK(x)
names(EVSK)
EVSK$estSkew
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.