statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothingResults.fittedvalues¶
- ExponentialSmoothingResults.fittedvalues¶
(array) The predicted values of the model. An (nobs x k_endog) array.
Last update:
Nov 14, 2024