Fit AR(1) to the constructed persistent series. Explain the coefficient in words.
Fit AR(1) to the constructed persistent series. Explain the coefficient in words.
An AR(1) model says today's value depends on yesterday's value plus noise. The coefficient should be less than 1 in absolute value for a weakly stationary AR(1).
Same AR(1)-like construction as P3.03.
A statsmodels summary with an AR lag-1 coefficient. In this construction it should be around 0.7, but the fitted number will not be exact.
A coefficient near 0.7 means a high value tends to be followed by another fairly high value. That is persistence, not a seasonal model.
Fit a simple AR only after plots suggest short-lag dependence and the series looks reasonably stable in level.