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