distr_Zabs_MomCum_Th {MultiStatM} | R Documentation |
Provides the theoretical moments and cumulants of the univariate Central Folded Normal distribution. By default only moments are provided.
distr_Zabs_MomCum_Th(r, nCum = FALSE)
r |
The highest moment (cumulant) order |
nCum |
if it is TRUE then cumulants are calculated |
The list of moments and cumulants
Gy.Terdik, Multivariate statistical methods - Going beyond the linear, Springer 2021, Proposition 5.1 p.242 and formula: p. 301
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()
# The first three moments
distr_Zabs_MomCum_Th(3, nCum = FALSE)
# The first three moments and cumulants
distr_Zabs_MomCum_Th(3, nCum = TRUE)