powered by
psi computes the psi-weights of an AR(I)MA model.
psi
psi.weights(um, ...)# S3 method for um psi.weights(um, lag.max = 10, var.psi = FALSE, ...)
# S3 method for um psi.weights(um, lag.max = 10, var.psi = FALSE, ...)
an object of class um.
um
additional arguments.
Largest MA(Inf) coefficient required.
logical. If TRUE the I polynomials is also inverted. If FALSE it is ignored.
A numeric vector.
# NOT RUN { um1 <- um(i = "(1 - B)(1 - B^12)", ma = "(1 - 0.8B)(1 - 0.8B^12)") psi.weights(um1) psi.weights(um1, var.psi = TRUE) # }
Run the code above in your browser using DataLab