| toLatex.moment | R Documentation |
Computes a LaTeX representation sorted lexicographically of an object of class 'moment'
## S3 method for class 'moment'
toLatex(object,...)
object |
an object of class 'moment', usually the output of callmultmoments |
... |
Included only for consistency with generic function |
The first element of the result is the moment expressed as an expected value (E[...] =). The remaining lines are the LaTex representation broken at appropriate intervals for printing. (Individual terms for high dimensions will still overrun a printed line.) Double backslashes are inserted where LaTeX requires a backslash. These can be reset to single backslashes by writing the output to a file using the R function writeLines from the base package.
Character vector giving the LaTeX code for the symbolic moment
Kem Phillips <kemphillips@comcast.net>
K Phillips, Symbolic Computation of the Central Moments of the Multivariate Normal Distribution, Journal of Statistical Software, 2010.
callmultmoments and the evaluate method (symmoments)
toLatex(callmultmoments(c(1,2,3)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.