A financial analyst is examining the quarterly returns of a stock over the past five years to develop an autoregressive model to forecast future returns. The analyst decides to fit an AR(2) model to the data, which is represented as follows:
$R_t = \alpha + \beta_1 R_{t-1} + \beta_2 R_{t-2} + \epsilon_t$
Where:
After performing the estimation, the analyst obtains the estimates of the coefficients: $\hat{\beta_1} = 0.6$ and $\hat{\beta_2} = 0.3$. The analyst wants to evaluate the persistence and predictability of the model. Which of the following statements correctly describes the implications of these coefficient estimates?