| debiasApply | R Documentation | 
This wrapper allows to apply the bias correction methods 
supplied with debias to large arrays of ensemble forecast and
observation data.
debiasApply(fcst, obs, method = "unbias", fcst.out = fcst, ..., atomic = FALSE)
fcst | 
 array of ensemble forecast data with arbitrary dimensions. The final dimensions contain lead times, forecast instances (usually years) and ensemble members in this order.  | 
obs | 
 array of observation used for calibration. Dimensions correspond
to the   | 
method | 
 character string with bias correction method name  | 
fcst.out | 
 array of ensemble forecast data that is to be calibrated. All
but the forecast instance and ensemble dimensions have to be the same as
for   | 
... | 
 Additional parameters passed on to   | 
atomic | 
 logical, should debiasing be applied to each forecast instance separately (in contrast to jointly over lead times)?  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.