You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# For example: You may have daily data, fit a model using the data, and want to forecast the total for the next week(need to aggregate 7 days of forecasts).
192
+
# If the point forecasts are means, then adding them up will give a good estimate of the total.
193
+
194
+
# A general solution is to use simulations.
195
+
# An example using ETS models applied to Australian monthly gas production data.
0 commit comments