conv_Mom2Cum {MultiStatM} | R Documentation |
Obtains a vector of univariate cumulants from a vector of univariate moments
conv_Mom2Cum(mu_x)
mu_x |
the r-vector of moments starting from the first moment - the mean - and arriving to the r-th order moment |
cum_x
the vector of univariate cumulants
Gy. Terdik, Multivariate statistical methods - going beyond the linear, Springer 2021. Section 3.4 formula 3.20
Other Moments and cumulants:
conv_Cum2MomMulti()
,
conv_Cum2Mom()
,
conv_Mom2CumMulti()
mu_x<- c(1,2,3,4)
conv_Mom2Cum(mu_x)