MomCumUniS {MultiStatM} | R Documentation |
Moments and cumulants Uniform Distribution on the Sphere
Description
By default, only moments are provided
Usage
MomCumUniS(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 Moments and cumulants:
Cum2Mom()
,
EVSKSkewNorm()
,
EVSKUniS()
,
Mom2Cum()
,
MomCumCFUSN()
,
MomCumSkewNorm()
,
MomCumZabs()
Examples
# The first four moments for d=3
MomCumUniS(4,3,nCum=0)
# The first four moments and cumulants for d=3
MomCumUniS(4,3,nCum=4)
[Package MultiStatM version 2.0.0 Index]