statsmodels.tsa.ar_model.AutoRegResults.fittedvalues¶
- AutoRegResults.fittedvalues¶
The in-sample predicted values of the fitted AR model.
The k_ar initial values are computed via the Kalman Filter if the model is fit by mle.
Last update:
Oct 03, 2024