Ens2AFC {easyVerification} | R Documentation |
Generalized Discrimination Score
Description
Computes the generalized discrimination score for ensemble forecasts after (Weigel and Mason, 2011).
Usage
Ens2AFC(ens, obs, ...)
rank.ensembles(ens)
Arguments
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) |
Details
This function computes the generalized discrimination score for ensemble forecasts with continuous observations as described in Weigel and Mason (2011).
References
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
See Also
Examples
tm <- toymodel()
Ens2AFC(tm$fcst, tm$obs)
[Package easyVerification version 0.4.5 Index]