powered by
Calculate the ensemble-adjusted Continuous Ranked Probability Score (CRPS)
EnsCrps(ens, obs, R.new = NA)FairCrps(ens, obs)
FairCrps(ens, obs)
a N*R matrix representing N time instances of real-valued R-member ensemble forecasts
a numeric vector of length N with real-valued observations
positive number, can be `Inf`, ensemble size for which the scores should be adjusted, default is NA for no adjustment
numeric vector of length N with the ensemble-adjusted CRPS values
`FairCrps(ens, obs)` returns `EnsCrps(ens, obs, R.new=Inf)`
Ferro CAT, Richardson SR, Weigel AP (2008) On the effect of ensemble size on the discrete and continuous ranked probability scores. Meteorological Applications. 10.1002/met.45
EnsBrier, EnsRps, DressCrps, GaussCrps, ScoreDiff, SkillScore
# NOT RUN { data(eurotempforecast) mean(EnsCrps(ens, obs, R.new=Inf)) # }
Run the code above in your browser using DataLab