distr_Uni_MomCum_Th {MultiStatM}R Documentation

Moments and cumulants Uniform Distribution on the Sphere

Description

By default, only moments are provided

Usage

distr_Uni_MomCum_Th(r, d, nCum = FALSE)

Arguments

r

highest order of moments and cumulants

d

dimension

nCum

if it is TRUE then cumulants are calculated

Value

The list of moments and cumulants in vector form

References

Gy.Terdik, Multivariate statistical methods - Going beyond the linear, Springer 2021 Proposition 5.3 p.297

See Also

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()

Examples

# 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)

[Package MultiStatM version 1.2.1 Index]