combination_ensemble {fabletools}R Documentation

Ensemble combination

Description

Ensemble combination

Usage

combination_ensemble(..., weights = c("equal", "inv_var"))

Arguments

...

Estimated models used in the ensemble.

weights

The method used to weight each model in the ensemble.

See Also

combination_weighted()


[Package fabletools version 0.4.2 Index]