In a study analyzing monthly stock returns, an analyst develops an autoregressive model to forecast future returns based on previous observations. The analyst fits an AR(1) model represented as:
$$ R_t = \alpha + \beta R_{t-1} + \epsilon_t $$
Where:
The analyst finds the fitted equation to be:
$$ R_t = 0.02 + 0.8 R_{t-1} + \epsilon_t $$
Which of the following statements correctly interprets the coefficient $$ \beta $$ in this model?