distr_Uni_MomCum_Th {MultiStatM} | R Documentation |
By default, only moments are provided
distr_Uni_MomCum_Th(r, d, nCum = FALSE)
r |
highest order of moments and cumulants |
d |
dimension |
nCum |
if it is TRUE then cumulants are calculated |
The list of moments and cumulants in vector form
Gy.Terdik, Multivariate statistical methods - Going beyond the linear, Springer 2021 Proposition 5.3 p.297
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_ZabsM_MomCum_Th()
,
distr_Zabs_MomCum_Th()
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_Rand()
,
distr_ZabsM_MomCum_Th()
,
distr_Zabs_MomCum_Th()
# The first four moments for d=3
distr_Uni_MomCum_Th(4,3,nCum=0)
# The first four moments and cumulants for d=3
distr_Uni_MomCum_Th(4,3,nCum=4)