Description Usage Arguments Author(s) References
View source: R/biasCorrection.R
RAnEnExtra::biasCorrection carries out a bias correction routine on the analog ensembles using a linear regression method. This correction method is useful for predicting extreme event.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
analogs |
A four-dimensional array for analog values with the dimensions |
target.forecasts |
A three- or four- dimensional array for test forecasts that analogs are generated for. The dimensions
can either be |
historical.forecasts |
The historical forecast search repository with the dimensions |
similarity.time.index |
Similarity time index for each analog members. To have this for your analogs, you need to
set |
similarity.station.index |
Similarity station index for each analog members. To have this for your analogs, you need to
set |
regression.forecasts |
The forecast values used to calculate the slope of a linear regression line. These forecasts must correspond to observations for regression. |
regression.observations |
The observation values used to calculate the slope of a linear regression line These observations must correspond to forecasts for regression. |
forecast.id |
A forecasts parameter index used by the |
activation.func |
An activation function to signify whether a particular ensemble should be bias corrected. This function
should takes a single argument and return a TRUE or FALSE. The single argument of the function will be an analog ensemble,
or a numeric vector. For example, |
show.progress |
Whether to show a progress bar |
return.more |
Whether to return more information |
group.func |
How to collapse the analog ensemble to a single value to calculate the amount of correction. In the paper and
by default, this is |
... |
Additional variables passed to |
Weiming Hu weiming@psu.edu
Martina Calovi mxc895@psu.edu
Alessandrini, Stefano, Simone Sperati, and Luca Delle Monache. "Improving the analog ensemble wind speed forecasts for rare events." Monthly Weather Review 147.7 (2019): 2677-2692.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.