factorize: Factorized form of a univariate ARIMA model
Usage
factorize(um, ...)# S3 method for um
factorize(um, full = TRUE, ...)
Arguments
- um
an object of class um or a list of these objects.
- ...
additional arguments.
- full
logical value. If TRUE, lag polynomials are completely
factorized. Otherwise, they are factored isolating positive real
roots and grouping the remaining roots.
Examples
Run this codefactorize(um(ar = "(1 - 0.8B)"))
Run the code above in your browser using DataLab