Nixtla / mlforecast

Scalable machine 🤖 learning for time series forecasting.
https://nixtlaverse.nixtla.io/mlforecast
Apache License 2.0
860 stars 84 forks source link

add level argument to forecast_fitted_values #287

Closed jmoralez closed 9 months ago

jmoralez commented 9 months ago

Description

Adds the level argument to MLForecast.forecast_fitted_values to add prediction intervals to the in-sample predictions. This is achieved by assuming the errors are normally distributed, computing their standard deviations by serie and using the appropriate quantile of the normal distribution to compute the widths.

Fixes #285

Checklist:

review-notebook-app[bot] commented 9 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB