powered by
Prints an object of class 'moment'
# S3 method for moment print(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
K Phillips, Symbolic Computation of the Central Moments of the Multivariate Normal Distribution, Journal of Statistical Software, 2010.
callmultmoments (symmoments)
# NOT RUN { print(callmultmoments(c(1,2,3))) # }
Run the code above in your browser using DataLab