ebma: Create an EBMA ensemble

View source: R/ebma.R

ebmaR Documentation

Create an EBMA ensemble

Description

Wrapper around EBMAforecast::makeForecastData() and EBMAforecast::calibrateEnsemble(). that mimics R's conventional model syntax.

Usage

ebma(y, x, model_type, y_test = NULL, x_test = NULL, model_names = NULL, ...)

Arguments

y

Outcome values for training data (calibration).

x

Input forecasts for training data (calibration).

model_type

Model to use, either "normal" or "logit".

y_test

Test period outcomes.

x_test

Test period input forecasts.

model_names

Vector of model names; if NULL, column names of x are used.

...

Additional arguments for EBMAforecast::calibrateEnsemble()


andybega/EBMAhelper documentation built on April 6, 2022, 11:11 a.m.