conv_Mom2Cum {MultiStatM}R Documentation

Convert moments to cumulants (univariate)

Description

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

Usage

conv_Mom2Cum(mu_x)

Arguments

mu_x

the r-vector of moments starting from the first moment - the mean - and arriving to the r-th order moment

Value

cum_x the vector of univariate cumulants

References

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

See Also

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

Examples

mu_x<- c(1,2,3,4)
conv_Mom2Cum(mu_x)


[Package MultiStatM version 1.2.1 Index]