fivebestmdl: Five Best ARIMA Models

View source: R/diagnostics.R

fivebestmdlR Documentation

Five Best ARIMA Models

Description

Returns the five best models as chosen by the BIC criterion. It needs the automdl spec to be activated (default). If it is not activated, the function tries to re-evaluate the model with the automdl spec activated.

Usage

fivebestmdl(x)

Arguments

x

object of class "seas"

References

Vignette with a more detailed description: http://www.seasonal.website/seasonal.html

Comprehensive list of R examples from the X-13ARIMA-SEATS manual: http://www.seasonal.website/examples.html

Official X-13ARIMA-SEATS manual: https://www2.census.gov/software/x-13arima-seats/x13as/windows/documentation/docx13as.pdf

See Also

seas() for the main function.

series(), for universal X-13 output extraction.

plot.seas(), for diagnostical plots.

out(), for accessing the full output of X-13ARIMA-SEATS.

Examples



m <- seas(AirPassengers)
fivebestmdl(m)


christophsax/seasonal documentation built on March 27, 2024, 1:38 a.m.