veriUnwrap(x, verifun, nind = c(nens = ncol(x) - 1, nref = 0, nobs = 1, nprob
= 0, nthresh = 0), ...)verifun For computation of skill scores, reference forecasts can be provided. That
is, the first nens columns of x contain the forecasts, the
(nens + 1):(ncol(x) - 1) following columns contain the reference
forecast, and the final column contains the observations. If no reference
forecast is provided (i.e. ncol(x) == nens + 1), a climatological
forecast is constructed from the n verifying observations.
The elements of vector nind have to be named with nens
containing the number of ensemble members, nref the number of
ensemble members in the reference forecast for skill scores, nobs
the number of observations (only one supported), nprob the number of
probability thresholds, and nthresh the number of absolute threshold
for conversion of continuous forecasts to category forecasts.
veriApply