Description Arguments Generation Methods See Also
These are objects of class "arima.rob"
which represent
the robust fit of a
regression model with ARIMA errors. It also contains information about the
detected outliers.
The following components must be included in a legitimate
"arima.rob"
object:
x |
the model matrix. |
y |
the response variable. |
model |
a list with the following named components: |
regcoef |
the estimates of regression coefficients. |
regcoef.cov |
the estimated covariance matrix of the regression coefficients. |
innov |
the estimated innovations. |
innov.acf |
a series whose autocorrelations or partial autocorrelations are the robust estimates of the innovation autocorrelations or partial autocorrelations. |
regresid |
the estimated regression residuals cleaned of additive outliers by the robust filter. |
regresid.acf |
a series whose autocorrelations or partial autocorrelations are the robust estimates of the autocorrelations or partial autocorrelations of the differenced regression residuals. |
sigma.innov |
a robust estimate of the innovation scale. |
sigma.regresid |
an estimate of the scale of the differenced regression residuals. |
sigma.first |
the first estimate of the innovation scale based only on the scale of the differenced model and the ARMA parameters. |
tuning.c |
the bandwidth of the robust filter. |
y.robust |
the response series cleaned of outliers by the robust filter. |
y.cleaned |
the response series cleaned of additive outliers and level shifts after the outliers detection procedure. |
predict.error |
the fitted and predicted regression errors. |
predict.scales |
the standard deviations of the fitted and predicted regression errors. |
n.predict |
the number of predicted observations, which is equal to the
|
tauef |
the inverse of the estimated efficiency factor of the tau-estimate with respect to the LS-estimate. |
inf |
information about the outcome of the last optimization procedure: |
innov.outlier |
logical flag, the same as the |
outliers |
an object of class |
outliers.iter |
optionally a list of objects of class |
n0 |
the number of missing innovations at the beginning. |
call |
an image of the call that produced the object, but with the arguments all
named and with the actual formula included as
the |
assign |
the same as the |
contrasts |
the same as the |
terms |
the same as the |
rank |
the same as the |
This class of objects is returned from the
arima.rob
function.
coef
, formula
,
outliers
,
predict
, print
, summary
.
arima.rob
,
outliers
,
outliers.object
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.