Open mabuimo opened 1 year ago
Sometimes it is handy to compute both the 80% and 95% prediction time intervals. We could add the capability of generating several prediction intervals at once. This functionality is already present in the [tidyverts *(fable) ecosystem](https://fabletools.tidyverts.org/reference/forecast.html#:~:text=A%20specific%20forecast%20interval%20can,you%20can%20use%20unpack_hilo()%20.).
+1 This is something that one does almost always. It would also be nice to have the plot_modeltime_forecast() to adjust in the case of multiple intervals and producing the usual fanchart.
Sometimes it is handy to compute both the 80% and 95% prediction time intervals. We could add the capability of generating several prediction intervals at once. This functionality is already present in the [tidyverts *(fable) ecosystem](https://fabletools.tidyverts.org/reference/forecast.html#:~:text=A%20specific%20forecast%20interval%20can,you%20can%20use%20unpack_hilo()%20.).