tm <- toymodel()
## compute ROC skill score for forecasts of x <= 0, 0 <= x < 1, and x > 1
## skill score is computed using climatological forecast as reference
veriApply("EnsRocss", tm$fcst, tm$obs, threshold=c(0,1))Run the code above in your browser using DataLab