Nothing
Compute the Generalized Discrimination Score for various types of forecasts and observations.
You can install the development version of afc from GitHub with:
# install.packages("pak")
pak::pak("MeteoSwiss/afc")
This is a basic example which shows you how to solve a common problem:
library(afc)
data(cnrm.nino34.cc)
afc.cc(cnrm.nino34.cc$obsv,cnrm.nino34.cc$fcst)
#> [1] 0.8717949
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.