distr_Zabs_MomCum_Th {MultiStatM}R Documentation

Moments and cumulants Central folded Normal distribution

Description

Provides the theoretical moments and cumulants of the univariate Central Folded Normal distribution. By default only moments are provided.

Usage

distr_Zabs_MomCum_Th(r, nCum = FALSE)

Arguments

r

The highest moment (cumulant) order

nCum

if it is TRUE then cumulants are calculated

Value

The list of moments and cumulants

References

Gy.Terdik, Multivariate statistical methods - Going beyond the linear, Springer 2021, Proposition 5.1 p.242 and formula: p. 301

See Also

Other Multivariate distributions: distr_CFUSN_MomCum_Th(), distr_CFUSN_Rand(), distr_CFUSSD_Rand(), distr_SkewNorm_EVSK_Th(), distr_SkewNorm_MomCum_Th(), distr_SkewNorm_Rand(), distr_UniAbs_EVSK_Th(), distr_Uni_EVSK_Th(), distr_Uni_MomCum_Th(), distr_Uni_Rand(), distr_ZabsM_MomCum_Th()

Other Theoretical Moments and Cumulants: distr_CFUSN_MomCum_Th(), distr_SkewNorm_EVSK_Th(), distr_SkewNorm_MomCum_Th(), distr_UniAbs_EVSK_Th(), distr_Uni_EVSK_Th(), distr_Uni_MomCum_Th(), distr_ZabsM_MomCum_Th()

Examples

# The first three moments
distr_Zabs_MomCum_Th(3, nCum = FALSE)
# The first three moments and cumulants
distr_Zabs_MomCum_Th(3, nCum = TRUE)

[Package MultiStatM version 1.2.1 Index]