powered by
Computes the theoretical values of moments and cumulants up to the r-th order. Warning: if nMu = TRUE it can be very slow
MomCumSkewNorm(r = 4, omega, alpha, nMu = FALSE)
A list of theoretical moments and cumulants
the highest moment and cumulant order
A \(d \times d\) correlation matrix
shape parameter d-vector
if it is TRUE then moments are calculated as well
Gy.Terdik, Multivariate statistical methods - Going beyond the linear, Springer 2021 (5.5) p.247, Lemma 5.1 p. 246
S. R. Jammalamadaka, E. Taufer, Gy. Terdik. On multivariate skewness and kurtosis. Sankhya A, 83(2), 607-644.
Other Moments and cumulants: Cum2Mom(), EVSKSkewNorm(), EVSKUniS(), Mom2Cum(), MomCumCFUSN(), MomCumUniS(), MomCumZabs()
Cum2Mom()
EVSKSkewNorm()
EVSKUniS()
Mom2Cum()
MomCumCFUSN()
MomCumUniS()
MomCumZabs()
alpha<-c(10,5,0) omega<-diag(3) MomCumSkewNorm(r=4,omega,alpha)
Run the code above in your browser using DataLab