The autoregressive (AR) models are used in time series analysis . to describe stationary time series . These models represent time series that are generated by passing the white noise through a recursive linear filter . The output of such a filter at the moment
is a weighted sum of
previous values of the filter output. The integer parameter
is called the order of the AR-model.
The AR-model of a random process
in discrete time
is defined by the following expression:
![]() |
where
-
are the coefficients of the recursive filter; -
is the order of the model; -
are output uncorrelated errors.
本文介绍了自回归(AR)模型在时间序列分析中的应用。AR模型通过递归线性滤波来描述平稳时间序列,其中输出是由滤波器的前一时刻输出的加权和构成。文中还详细解释了AR模型的定义及其参数。

290

被折叠的 条评论
为什么被折叠?



