print.moment {symmoments} | R Documentation |
Prints an object of class 'moment'
## S3 method for class 'moment'
print(x,...)
x |
an object of class 'moment', usually the output of callmultmoments |
... |
Included only for consistency with generic function |
Prints the moment as E[X1**k1 X2**k2 ...]: followed by the lines of the representation with the corresponding coefficient attached
Kem Phillips <kemphillips@comcast.net>
K Phillips, Symbolic Computation of the Central Moments of the Multivariate Normal Distribution, Journal of Statistical Software, 2010.
callmultmoments (symmoments)
print(callmultmoments(c(1,2,3)))