ensembleModel-class: Ensemble Model Class

Description

Description

model:

The function defining how the model is fit to the data. The function should take one or two arguments: data and imputationParameters (see extendSimpleModel) if level == "country" but only data if level == "global".

extrapolationRange:

How many time steps outside of the data is this model valid for? Should be a positive integer (or Inf). Defaults to 0.

level:

The level at which this model is applied. Currently, must be one of "global" or "local". This defines if this model operates on each "local" subset of the data (defined by the byKey) or all data at once ("global"). Defaults to "local".


SWS-Methodology/faoswsImputation documentation built on May 9, 2019, 11:48 a.m.