Revision as of 19:45, 25 May 2023 by Admin (Created page with "A stationary autoregressive model of order one can be written as <math display = "block"> y_t = \beta_0 + \beta_1y_{t-1} + \epsilon_t, \, t = 1,2, \ldots </math> Determine...")
ABy Admin
May 25'23
Exercise
A stationary autoregressive model of order one can be written as
[[math]]
y_t = \beta_0 + \beta_1y_{t-1} + \epsilon_t, \, t = 1,2, \ldots
[[/math]]
Determine which of the following statements about this model is false
- The parameter [math]\beta_0[/math] must not equal 1.
- The absolute value of the parameter [math]\beta_1[/math] must be less than 1.
- If the parameter [math]\beta_1 = 0[/math], then the model reduces to a white noise process.
- If the parameter [math]β_1 = 1,[/math] then the model is a random walk.
- Only the immediate past value, [math]y_{t−1}[/math], is used as a predictor for [math]y_t[/math].
ABy Admin
May 26'23