View source: R/Distributions.R
EVSKSkewNorm | R Documentation |
Computes the theoretical values of the mean vector, covariance, skewness vector, total skenwness, kurtosis vector and total kurtosis for the multivariate Skew Normal distribution
EVSKSkewNorm(omega, alpha)
omega |
A |
alpha |
shape parameter d-vector |
A list of theoretical values for the mean vector, covariance, skewness vector, total skenwness, kurtosis vector and total kurtosis
Gy.Terdik, Multivariate statistical methods - Going beyond the linear, Springer 2021 (5.5) p.247
S. R. Jammalamadaka, E. Taufer, Gy. Terdik. On multivariate skewness and kurtosis. Sankhya A, 83(2), 607-644.
Other Moments and cumulants:
Cum2Mom()
,
EVSKUniS()
,
Mom2Cum()
,
MomCumCFUSN()
,
MomCumSkewNorm()
,
MomCumUniS()
,
MomCumZabs()
alpha<-c(10,5,0)
omega<-diag(3)
EVSKSkewNorm(omega,alpha)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.