| phi.ucarima | R Documentation |
phi multiplies the AR polynomials of an object of
the um class.
## S3 method for class 'ucarima'
phi(x, i = NULL, ar = TRUE, lp = TRUE, ...)
phi(x, ...)
## S3 method for class 'um'
phi(x, ...)
x |
an object of class |
i |
integer. Omit this component model. |
ar |
logical. If TRUE, the common AR polynomial is included. |
lp |
logical indicating the type of return: |
... |
additional arguments. |
A numeric vector c(1, a1, ..., ad)
This function returns the member variable um$phi.
um1 <- um(ar = "(1 - 0.8B)(1 - 0.5B)")
phi(um1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.