EnsBrier: Calculate the ensemble-adjusted Brier Score

Description Usage Arguments Details Value References See Also Examples

Description

Calculate the ensemble-adjusted Brier Score

Usage

1
2
3

Arguments

ens

a N*R matrix representing N time instances of R-member ensemble forecasts of binary events; ens[t,r]=1 if the r-th ensemble member at time t predicted the event, otherwise ens[t,r]=0

obs

a numeric vector of length N with binary observations; obs[t]=1 if the event happens at time t, otherwise obs[t]=0

R.new

ensemble size for which the scores should be adjusted

Details

'FairBrier(ens, obs)' returns 'EnsBrier(ens, obs, R.new=Inf)'

Value

numeric vector of length N with the ensemble-adjusted Brier scores

References

Ferro CAT, Richardson SR, Weigel AP (2008) On the effect of ensemble size on the discrete and continuous ranked probability scores. Meteorological Applications. doi: 10.1002/met.45

See Also

EnsRps, EnsCrps, ScoreDiff, SkillScore

Examples

1
2

sieste/SpecsVerification documentation built on May 29, 2019, 9:59 p.m.