ARIMAvalidate {UComp}R Documentation

ARIMAvalidate

Description

Shows a table of estimation and diagnostics results for ARIMA models

Usage

ARIMAvalidate(m)

Arguments

m

an object of type ARIMA created with ARIMAforecast

Value

The same input object with the appropriate fields filled in, in particular:

table

Estimation and validation table

Author(s)

Diego J. Pedregal

See Also

ARIMA, ARIMAforecast, ARIMAvalidate,

Examples

## Not run: 
m1 <- ARIMAforecast(log(gdp))
m1 <- ARIMAvalidate(m1)

## End(Not run)

[Package UComp version 5.1 Index]