pi.weights | R Documentation |
pi.weights
computes the pi-weights of an AR(I)MA model.
pi.weights(um, ...) ## S3 method for class 'um' pi.weights(um, lag.max = 10, var.pi = FALSE, ...)
um |
an object of class |
... |
additional arguments. |
lag.max |
largest AR(Inf) coefficient required. |
var.pi |
logical. If TRUE (FALSE), the I polynomials is considered (ignored). |
A numeric vector.
um1 <- um(i = "(1 - B)(1 - B^12)", ma = "(1 - 0.8B)(1 - 0.8B^12)") pi.weights(um1, var.pi = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.