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