Description Usage Arguments Value References Examples
Erfc stands for the Complementary Gaussian Error Function.
This mathematical formula can be used as a squashing function.
Consider x
a numeric vector representing the squared error of
base models in a given observation. By applying the erfc function on
the error, the weight of a given model decays exponentially as its
loss increases.
1 | erfc(x, alpha = 2)
|
x |
A numeric vector. The default value for the parameter
|
alpha |
parameter used to control the flatness of the erfc curve. Defaults to 2. |
The complementary Gaussian error
Cerqueira, Vitor; Torgo, Luis; Oliveira, Mariana, and Bernhard Pfahringer. "Dynamic and Heterogeneous Ensembles for Time Series Forecasting." Data Science and Advanced Analytics (DSAA), 2017 IEEE International Conference on. IEEE, 2017.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.