afc.cc {afc} | R Documentation |
2AFC For Continuous Observations And Continuous Forecasts
Description
Routine to calculate the Generalized Discrimination Score (aka Two-Alternatives Forced Choice Score 2AFC) for the situation of continuous observations and continuous forecasts
Usage
afc.cc(obsv, fcst)
Arguments
obsv |
vector with real-valued observations |
fcst |
vector of same length as obsv with real-valued forecasts |
Details
This routine applies Eq.22 of Mason and Weigel (2009) to calculate the 2AFC.
Value
p.afc |
Value of Generalized Discrimination (2AFC) Score |
Author(s)
Andreas Weigel, Federal Office of Meteorology and Climatology, MeteoSwiss, Zurich, Switzerland
References
S.J. Mason and A.P. Weigel, 2009. A generic verification framework for administrative purposes. Mon. Wea. Rev., 137, 331-349
See Also
Examples
#Forecasts and observations of Nino-3.4 index
#Load set of continuous observations and continuous forecasts
data(cnrm.nino34.cc)
obsv = cnrm.nino34.cc$obsv
fcst = cnrm.nino34.cc$fcst
#Calculate skill score
afc.cc(obsv,fcst)
[Package afc version 1.4.0 Index]