inv | R Documentation |
inv
inverts a lag polynomial until the indicated lag.
inv(lp, ...) ## S3 method for class 'lagpol' inv(lp, lag.max = 10, ...)
lp |
an object of class |
... |
additional arguments. |
lag.max |
largest order of the inverse lag polynomial. |
inv
returns a numeric vector with the coefficients
of the inverse lag polynomial truncated at lag.max.
inv(as.lagpol(c(1, 1.2, -0.8)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.