View source: R/biasCorrection.R
adjustPrecipFreq | R Documentation |
Adjusts precipitation frequency in 'p' (prediction) to the observed frequency in 'o'. It constitutes a preprocess to bias correct precipitation data following Themeßl et al. (2012).
adjustPrecipFreq(obs, pred, threshold)
obs |
A vector (e.g. station data) containing the observed climate data for the training period |
pred |
A vector containing the simulated climate by the model for the training period. |
threshold |
The minimum value that is considered as a non-zero precipitation. |
S. Herrera and M. Iturbide
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.