Learn R Programming

tfarima (version 0.4.1)

factorize: Factorized form of a univariate ARIMA model

Description

factorize .

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 code
factorize(um(ar = "(1 - 0.8B)"))

Run the code above in your browser using DataLab