arma.loop(x, model, ## S-Plus order, seasonal, ## R series=deparse(substitute(x)), ...)
diag.arma.loop(z, x=stop("The time series x is needed in S-Plus when p=q=0."), lag.max = 36, gof.lag = lag.max)
rearrange.diag.arma.loop(z)x must be an "rts".model for S-Plus
arima.mle.
S-Plus
arima.mle.
order and seasonal for S-Plus
arima.
S-Plus
arima.
arima.mle or arima.diag.arma.loop, an "arma.loop" object.
For rearrange.diag.arma.loop, an "diag.arma.loop" object.arma.loop: "arma.loop" object which is a matrix of
lists, each containing an arima model.diag.arma.loop: "diag.arma.loop" object which is a
matrix of lists, each containing the standard diagnostics for one
arima model.rearrange.diag.arma.loop: List of matrices, each containing
all the values for a specific diagnostic measure collected from the
set of arima models.
tsdiagplot## see tsdiagplot for the example
Run the code above in your browser using DataLab