| equation.ucarima | R Documentation |
equation prints the equation of an object of class um.
## S3 method for class 'ucarima'
equation(x, ...)
equation(x, ...)
## S3 method for class 'um'
equation(
x,
unscramble = FALSE,
digits = 4,
z = "z",
a = "a",
width = NULL,
...
)
x |
an object of class |
... |
additional arguments. |
unscramble |
logical. If TRUE, AR, I and MA polynomials are unscrambled. |
digits |
integer. Number of significant digits. |
z |
character. Symbol for time series. |
a |
character. Symbol for error. |
width |
integer. Maximum width for line wrapping. If NULL, uses console width. |
equation(um(ar = "(1 - 0.8B)"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.