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
Added hypothesize() generic for running statistical tests on a trained model.
Added combination_weighted() function for producing a combination model with
arbitrary weights.
Improvements
The fallback residuals() method now handles transformations when type = "innovation".
Improved supported expressions for producing combination models. The
appropriate response variable is now simplified for all functions that produce
that original response variable. This notably includes 0.7*mdl1 + 0.3*mdl2 -
if mdl1 and mdl2 are models with the same response variables, then the
resulting combination model will also have the same response variable.
Documentation improvements.
Bug fixes
Fixed issue with exogenous regressors (xreg) in reconciliation methods that
partially forecast the hierarchy.
Fixed issue with keys being dropped when several mdl_df (mable) objects were
combined.