arimaorder {forecast} | R Documentation |
Return the order of an ARIMA or ARFIMA model
Description
Returns the order of a univariate ARIMA or ARFIMA model.
Usage
arimaorder(object)
Arguments
object |
An object of class “ |
Value
A numerical vector giving the values ,
and
of
the ARIMA or ARFIMA model. For a seasonal ARIMA model, the returned vector
contains the values
,
,
,
,
,
and
, where
is the period of seasonality.
Author(s)
Rob J Hyndman
See Also
ar
, auto.arima
,
Arima
, arima
, arfima
.
Examples
WWWusage %>% auto.arima %>% arimaorder
[Package forecast version 8.23.0 Index]