arimaorder: Return the order of an ARIMA or ARFIMA model

Description Usage Arguments Value Author(s) See Also Examples

Description

Returns the order of a univariate ARIMA or ARFIMA model.

Usage

1
arimaorder(object)

Arguments

object

An object of class "Arima", "ar" or "fracdiff". Usually the result of a call to arima, Arima, auto.arima, ar, arfima or fracdiff.

Value

A numerical vector giving the values p, d and q of the ARIMA or ARFIMA model. For a seasonal ARIMA model, the returned vector contains the values p, d, q, P, D, Q and m, where m is the period of seasonality.

Author(s)

Rob J Hyndman

See Also

ar, auto.arima, Arima, arima, arfima.

Examples

1

pli2016/forecast documentation built on May 25, 2019, 8:22 a.m.