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