bottom_up {fabletools}R Documentation

Bottom up forecast reconciliation

Description

[Experimental]

Usage

bottom_up(models)

Arguments

models

A column of models in a mable.

Details

Reconciles a hierarchy using the bottom up reconciliation method. The response variable of the hierarchy must be aggregated using sums. The forecasted time points must match for all series in the hierarchy.

See Also

reconcile(), aggregate_key()


[Package fabletools version 0.4.2 Index]