Check that residuals from a time series model look like white noise
If plot=TRUE
, produces a time plot of the residuals, the
corresponding ACF, and a histogram. If the degrees of freedom for the model
can be determined and test
is not FALSE
, the output from
either a Ljung-Box test or Breusch-Godfrey test is printed.
checkresiduals(object, lag, df = NULL, test, plot = TRUE, ...)
object |
Either a time series model, a forecast object, or a time series (assumed to be residuals). |
lag |
Number of lags to use in the Ljung-Box or Breusch-Godfrey test.
If missing, it is set to |
df |
Number of degrees of freedom for fitted model, required for the
Ljung-Box or Breusch-Godfrey test. Ignored if the degrees of freedom can be
extracted from |
test |
Test to use for serial correlation. By default, if |
plot |
Logical. If |
... |
Other arguments are passed to |
None
Rob J Hyndman
fit <- ets(WWWusage) checkresiduals(fit)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.