Description Usage Arguments Author(s) Examples
Performs Ljung and Box test and also Durbin-Watson both for autocorrelation on the residuals from the model. It returns also accuracy statistics. See accuracy
, Box.test
, dwtest
.
1 | LjungBtest_Acuracia(model, ...)
|
model |
A forecast model. See |
... |
extra args, if needed. |
LOPES, J. E.
1 2 3 4 | x <- AirPassengers
fit <- fc_auto.arima(x, h = 10, onlyfc=FALSE)
LjungBtest_Acuracia(fit)
plot(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.