measure.ks | R Documentation |
Function to compute the (two-sided) Kolmogorov-Smirnov (KS) score between the observed and predicted time series.
measure.ks(indexObs = NULL, indexPrd = NULL, obs, prd, dates = NULL)
indexObs |
index computed from the observations |
indexPrd |
index computed from the predictions |
obs |
A vector of observations |
prd |
A vector of predictions |
dates |
Ignored. Introduced for compatibility with the rest of measures |
A float number corresponding to the KS score.
J. Bedia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.