vxstats(X, Xhat, which.stats = c("bias", "ts", "ets", "pod",
"far", "f", "hk", "bcts", "bcets", "mse"), subset =
NULL)
which.stats
are: Fcst
and Obs
.
Jolliffe, I. T. and Stephenson, D. B., Edts. (2012) Forecast Verification: A Practitioner's Guide in Atmospheric Science, 2nd edition. Chichester, West Sussex, U.K.: Wiley, 274 pp.
Mesinger, F. (2008) Bias adjusted precipitation threat scores. Adv. Geosci., 16, 137--142.
Wilks, D. S. (2006) Statistical Methods in the Atmospheric Sciences. 2nd Edition, Academic Press, Burlington, Massachusetts, 627pp.
hoods2d
# Calculate the traditional verification scores for the first geometric case
# of the ICP.
data(geom001)
data(geom000)
rmse <- sqrt(vxstats( geom001, geom000, which.stats="mse")$mse)
rmse
vxstats( geom001 > 0, geom000 > 0, which.stats=c("bias", "ts", "ets", "pod", "far", "f", "hk"))
data(geom005)
vxstats( geom005 > 0, geom000 >0, which.stats=c("ts","ets","bcts","bcets"))
Run the code above in your browser using DataLab