Learn R Programming

MultiStatM (version 2.0.0)

EVSKSkewNorm: EVSK multivariate Skew Normal

Description

Computes the theoretical values of the mean vector, covariance, skewness vector, total skenwness, kurtosis vector and total kurtosis for the multivariate Skew Normal distribution

Usage

EVSKSkewNorm(omega, alpha)

Value

A list of theoretical values for the mean vector, covariance, skewness vector, total skenwness, kurtosis vector and total kurtosis

Arguments

omega

A \(d \times d\) correlation matrix

alpha

shape parameter d-vector

References

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.

See Also

Other Moments and cumulants: Cum2Mom(), EVSKUniS(), Mom2Cum(), MomCumCFUSN(), MomCumSkewNorm(), MomCumUniS(), MomCumZabs()

Examples

Run this code
alpha<-c(10,5,0)
omega<-diag(3)
EVSKSkewNorm(omega,alpha)

Run the code above in your browser using DataLab