arima.errors | R Documentation |
Returns time series of the regression residuals from a fitted ARIMA model.
arima.errors(object)
object |
An object containing a time series model of class |
This is a deprecated function
which is identical to residuals.Arima(object, type="regression")
Regression residuals are equal to the original data
minus the effect of any regression variables. If there are no regression
variables, the errors will be identical to the original series (possibly
adjusted to have zero mean).
A ts
object
Rob J Hyndman
residuals.Arima
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.