Description Usage Arguments Value
Fit an ARMA model with the order c(p,q) to a group of univariate time series by finding coefficients that serve best the whole group.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | 
| x | a two-dimensional numeric vector of a grouped time series with accompanying group index in second dimension. One-dimensional if input shall be only a single time series. | 
| order | a vector c(p,q) that indicates the order p of the AR part and q of the MA part | 
| lag | a list with components  | 
| coef | If given this numeric vector is used as the initial estimate of the ARMA coefficients. The preliminary estimator suggested in Hannan and Rissanen (1982) is used for the default initialization. | 
| include.intercept | Should the model contain an intercept? | 
| series | name for the series. Defaults to  | 
| qr.tol | the  | 
| quick.estimation | logical value (TRUE, FALSE) indicating whether a quick estimation mode shall be used | 
| ... | additional arguments for  | 
Object of class arma.
| lag | the lag specification of the fitted model. | 
| coef | estimated ARMA coefficients for the fitted model across all grouped time series. | 
| css | the conditional sum-of-squared errors. | 
| n.used | the number of observations of  | 
| residuals | the series of residuals. | 
| fitted.values | the fitted series. | 
| series | the name of the series  | 
| frequency | the frequency of the series  | 
| call | the call of the  | 
| vcov | estimate of the asymptotic-theory covariance matrix for the coefficient estimates. | 
| convergence | The  | 
| include.intercept | Does the model contain an intercept? | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.