Description Usage Arguments Value Author(s) Examples
View source: R/qm.corfun.doy.R
qm.corfun.doy
computes the additive QM correction
function for each quantile and for each day-of-year (DOY); basically
CDF mod [doy] - CDF obs [doy].
1 | qm.corfun.doy(cdf.mod, cdf.obs)
|
cdf.mod |
Modelled CDF for each DOY (matrix[365,nquantiles]) |
cdf.obs |
Observed CDF for each DOY (matrix[365,nquantiles]) |
List of 3: $correction: An additive correction value for each quantile and each DOY (matrix[365,nquantiles]) $cdfmod: The original modelled CDF matrix. $cdfobs: The original observed CDF matrix.
Sven Kotlarski (MeteoSwiss)
1 2 3 4 5 6 | ## Not run:
# Compute QM correction function based on modelled and observed CDFs
# for each DOY
qm.corfun.doy(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.