LjungBtest_Acuracia: Box and Cox tests and Ljung

Description Usage Arguments Author(s) Examples

Description

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.

Usage

1

Arguments

model

A forecast model. See cvts2.

...

extra args, if needed.

Author(s)

LOPES, J. E.

Examples

1
2
3
4
x <- AirPassengers
fit <- fc_auto.arima(x, h = 10, onlyfc=FALSE)
LjungBtest_Acuracia(fit)
plot(fit)

evandeilton/cvforecast documentation built on May 16, 2019, 9:36 a.m.