powered by
inv inverts a lag polynomial until the indicated lag.
inv
inv(lp, ...)# S3 method for lagpol inv(lp, lag.max = 10, ...)
# S3 method for lagpol inv(lp, lag.max = 10, ...)
an object of class lagpol.
lagpol
additional arguments.
largest order of the inverse lag polynomial.
inv returns a numeric vector with the coefficients of the inverse lag polynomial truncated at lag.max.
# NOT RUN { inv(as.lagpol(c(1, 1.2, -0.8))) # }
Run the code above in your browser using DataLab