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
I've been exploring a number of models for a hierarchical time-series and encountered situations where generate() returns samples that are not consistent with the variances returned by forecast(). Here is a hopefully-minimal working example that demonstrates this:
For reference, in my original problem generate() returned samples with much smaller variance than the distribution returned by forecast() (roughly 600 vs 3000).
The text was updated successfully, but these errors were encountered:
I've been exploring a number of models for a hierarchical time-series and encountered situations where
generate()
returns samples that are not consistent with the variances returned byforecast()
. Here is a hopefully-minimal working example that demonstrates this:This outputs:
For reference, in my original problem
generate()
returned samples with much smaller variance than the distribution returned byforecast()
(roughly 600 vs 3000).The text was updated successfully, but these errors were encountered: