conv_Cum2Mom {MultiStatM}R Documentation

Convert cumulants to moments (univariate)

Description

Obtains a vector of univariate moments from a vector of univariate cumulants

Usage

conv_Cum2Mom(cum_x)

Arguments

cum_x

the r-vector of cumulants starting from the first - the mean - and arriving to the r-th order cumulant

Value

mu_x the vector of univariate moments

References

Gy. Terdik, Multivariate statistical methods - going beyond the linear, Springer 2021. Section 3.4 formula 3.23

See Also

Other Moments and cumulants: conv_Cum2MomMulti(), conv_Mom2CumMulti(), conv_Mom2Cum()

Examples

cum_x<- c(1,2,3,4)
conv_Cum2Mom(cum_x)


[Package MultiStatM version 1.2.1 Index]