- exp
An object of class s2dv_cube.
- obs
An object of class s2dv_cube.
- exp_cor
A multidimensional array with named dimensions in which the
quantile mapping correction should be applied. If it is not specified, the
correction is applied to object 'exp' using leave-one-out cross-validation.
This is useful to correct a forecast when the hindcast is provided in parameter 'exp'.
- sdate_dim
A character string indicating the dimension name in which
cross-validation would be applied when exp_cor is not provided. 'sdate' by
default.
- memb_dim
A character string indicating the dimension name where
ensemble members are stored in the experimental arrays. It can be NULL if
there is no ensemble member dimension. It is set as 'member' by default.
- window_dim
A character string indicating the dimension name in which extra
samples are stored. This dimension is joined to the 'member' dimension.
This is useful to correct daily data, for which robust statistics can be obtained
by creating a window of dates around the target date.
- method
A character string indicating the method to be used:'PTF',
'DIST', 'RQUANT', 'QUANT', 'SSPLIN'. By default, the empirical quantile
mapping 'QUANT' is used.
- na.rm
A logical value indicating if missing values should be removed
(FALSE by default).
- eval.method
A character string indicating the evaluation method for cross-validaton.
the default method is 'leave-k-out', other available methods are
'retrospective', 'in-sample', 'hindcast-vs-forecast'.
- k
Positive integer. Default = 1.
In method leave-k-out, k is expected to be odd integer,
indicating the number of points to leave out.
In method retrospective, k can be any positive integer greater than 1,
indicating when to start.
- ncores
An integer indicating the number of cores for parallel
computation using multiApply function. The default value is NULL (1).
- ...
Additional parameters to be used by the method choosen. See qmap
package for details.