powered by
modify modifies an object of class um or tfm by adding and/or removing lag polynomials.
modify
um
tfm
# S3 method for tfm modify(mdl, ...)modify(mdl, ...)# S3 method for um modify( mdl, ar = NULL, i = NULL, ma = NULL, mu = NULL, sig2 = NULL, bc = NULL, fit = TRUE, ... )
modify(mdl, ...)
# S3 method for um modify( mdl, ar = NULL, i = NULL, ma = NULL, mu = NULL, sig2 = NULL, bc = NULL, fit = TRUE, ... )
an object of class um or tfm.
additional arguments.
list of stationary AR lag polynomials.
list of nonstationary AR (I) polynomials.
list of MA polynomials.
mean of the stationary time series.
variance of the error.
logical. If TRUE logs are taken.
logical. If TRUE, model is fitted.
An object of class um or um.
# NOT RUN { um1 <- um(ar = "(1 - 0.8B)") um2 <- modify(um1, ar = list(0, "(1 - 0.9B)"), ma = "(1 - 0.5B)") # }
Run the code above in your browser using DataLab