View source: R/Distributions.R
MomCumUniS | R Documentation |
By default, only moments are provided
MomCumUniS(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 Moments and cumulants:
Cum2Mom()
,
EVSKSkewNorm()
,
EVSKUniS()
,
Mom2Cum()
,
MomCumCFUSN()
,
MomCumSkewNorm()
,
MomCumZabs()
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.