Learn R Programming

tfarima (version 0.4.1)

equation.ucarima: Equation of ucarima model

Description

equation prints the equation of an object of class um.

Usage

# S3 method for ucarima
equation(x, ...)

equation(x, ...)

# S3 method for um equation( x, unscramble = FALSE, digits = 4, z = "z", a = "a", width = NULL, ... )

Arguments

x

an object of class um, a list of these objects or an object of class ucarima.

...

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.

Examples

Run this code
equation(um(ar = "(1 - 0.8B)"))

Run the code above in your browser using DataLab