print.moment: Print the Representation of a Multivariate Moment

print.momentR Documentation

Print the Representation of a Multivariate Moment

Description

Prints an object of class 'moment'.

Usage

## S3 method for class 'moment'
print(x, ...)

Arguments

x

An object of class 'moment', usually the output of callmultmoments.

...

Included only for consistency with the generic function.

Details

Prints the moment as E[X1**k1 X2**k2 ...]: followed by the lines of the representation matrix with the corresponding coefficient attached to each row.

Author(s)

Kem Phillips kemphillips@comcast.net

References

\insertRef

Phillips2010symmoments

See Also

callmultmoments

Examples

print(callmultmoments(c(1, 2, 3)))


symmoments documentation built on May 27, 2026, 9:06 a.m.