Ens2AFC | R Documentation |
Computes the generalized discrimination score for ensemble forecasts after (Weigel and Mason, 2011).
Ens2AFC(ens, obs, ...)
rank.ensembles(ens)
ens |
n x m matrix of n forecasts for m ensemble members |
obs |
vector of n verifying observations |
... |
additional arguments not used in function (for compatibility) |
This function computes the generalized discrimination score for ensemble forecasts with continuous observations as described in Weigel and Mason (2011).
Weigel, A.P., and S.J. Mason (2011). The Generalized Discrimination Score for Ensemble Forecasts. Monthly Weather Review, 139(9), 3069-3074. doi:10.1175/MWR-D-10-05069.1
veriApply
tm <- toymodel()
Ens2AFC(tm$fcst, tm$obs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.