ebma | R Documentation |
Wrapper around EBMAforecast::makeForecastData()
and EBMAforecast::calibrateEnsemble()
.
that mimics R's conventional model syntax.
ebma(y, x, model_type, y_test = NULL, x_test = NULL, model_names = NULL, ...)
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
|
... |
Additional arguments for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.