Esti_EVSK {MultiStatM}R Documentation

Estimation of multivariate Mean, Variance, T-Skewness and T-Kurtosis vectors

Description

Provides estimates of mean, variance, skewness and kurtosis vectors for d-variate data

Usage

Esti_EVSK(X)

Arguments

X

d-variate data vector

Value

The list of the estimated mean, variance, skewness and kurtosis vectors

References

Gy.Terdik, Multivariate statistical methods - going beyond the linear, Springer 2021, Sections 6.4.1 and 6.5.1

See Also

Other Estimation: Esti_Kurt_Variance_Th(), Esti_MMom_MCum(), Esti_Skew_Mardia(), Esti_Skew_Variance_Th()

Examples

x<- MASS::mvrnorm(100,rep(0,3), 3*diag(rep(1,3)))
EVSK<-Esti_EVSK(x)
names(EVSK)
EVSK$estSkew

[Package MultiStatM version 1.2.1 Index]