Loading...
CFA Level 2
Quantitative Methods

Characteristics of Autoregressive Models

Very Easy Time-series Analysis Autoregressive Models

In time-series analysis, an autoregressive model is used to predict future values based on past values. The model can be represented as:

$$ Y_t = \alpha + \beta_1 Y_{t-1} + \beta_2 Y_{t-2} + ... + \beta_p Y_{t-p} + \epsilon_t $$

where:

  • $$ Y_t $$ is the value at time t,
  • $$ \alpha $$ is a constant,
  • $$ \beta_i $$ are the coefficients for the lagged values, and
  • $$ \epsilon_t $$ is the error term.

Which of the following statements is true about autoregressive models?

Hint

Submitted16.5K
Correct8.9K
% Correct54%