Description Usage Arguments Value Author(s) Examples
View source: R/qm.corfun.bulk.R
qm.corfun.bulk
computes the additive QM correction
function for each quantile of the bulk series; basically CDF mod - CDF obs.
1 | qm.corfun.bulk(cdf.mod.bulk, cdf.obs.bulk)
|
cdf.mod |
Modelled CDF for bulk series (vector[nquantiles]) |
cdf.obs |
Observed CDF for bulk series (vector[nquantiles]) |
List of 3: $correction: An additive correction value for each quantile of the bulk series (vector[nquantiles]). $cdfmod: The original modelled CDF vector. $cdfobs: The original observed CDF vector.
Sven Kotlarski (MeteoSwiss)
1 2 3 4 5 | ## Not run:
# Compute QM correction function based on bulk modelled and observed CDFs
qm.corfun.bulk(cdf.mod,cdf.obs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.