measure.cm | R Documentation |
Function to compare the observed and predicted distribution using the Cramer von Misses index.
measure.cm(
indexObs = NULL,
indexPrd = NULL,
obs = NULL,
prd = NULL,
dates,
Nbins = 100,
what = c("CvM", "pval", "KSdiff"),
threshold = NULL
)
indexObs |
index computed from the observations |
indexPrd |
index computed from the predictions |
obs |
A vector of observations |
prd |
A vector of predictions |
dates |
dates |
Nbins |
Number of bins used for discretization. Default to 100. |
what |
Measure to be returned. This can be the Cramer von Misses index ( |
threshold |
Optional. Numeric value indicating the threshold above which to compute the measure.
Mainly used for precipitation, tipically to use only the wet days in the analysis (i.e.: |
A floating number with the measure indicated in what
argument.
Ole Roessler, J. Bedia, D. San-MartÃn, S. Herrera
L. Sachs and J. Hedderich (2006). Angewandte Statistik. Springer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.