View source: R/biasCorrection.R
eqm | R Documentation |
Implementation of Empirical Quantile Mapping method for bias correction
eqm(o, p, s, precip, pr.threshold, n.quantiles, extrapolation)
o |
A vector (e.g. station data) containing the observed climate data for the training period |
p |
A vector containing the simulated climate by the model for the training period. |
s |
A vector containing the simulated climate for the variable used in |
precip |
Logical for precipitation data. If TRUE Adjusts precipitation
frequency in 'x' (prediction) to the observed frequency in 'y'. This is a preprocess to bias correct
precipitation data following Themeßl et al. (2012). To adjust the frequency,
parameter |
pr.threshold |
The minimum value that is considered as a non-zero precipitation. Ignored when
|
n.quantiles |
Integer indicating the number of quantiles to be considered when method = "eqm". Default is NULL,
that considers all quantiles, i.e. |
extrapolation |
Character indicating the extrapolation method to be applied to correct values in
|
S. Herrera and M. Iturbide
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.