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
When a model is linked with others in a list (possibly with some reconciliation/aggregation constraints) it should be possible to bootstrap the series using the same time point across all models.
Implement in generate() as an additional optional argument, and expose this via ... to forecast() for base and reconciled forecasts.
The text was updated successfully, but these errors were encountered:
As I understand, the bootstrapping part of this code is not model specific and can/should be brought up into fabletools? This would make it easier to implement block bootstrapping and cross-sectional bootstrapping.
The second part of sampling innovations from the theoretical distribution is however model specific and should be left to each model implementation?
When a model is linked with others in a list (possibly with some reconciliation/aggregation constraints) it should be possible to bootstrap the series using the same time point across all models.
Implement in
generate()
as an additional optional argument, and expose this via...
toforecast()
for base and reconciled forecasts.The text was updated successfully, but these errors were encountered: