Description Usage Format Source References Examples
A number of synthetic peak errors used for testing performance measures and similar
1 |
A data frame with 160 observations on the following 5 variables.
Observed
a numeric vector
Model.A...Naive
a numeric vector
Model.B...Low.Flow
a numeric vector
Model.C...Noisy
a numeric vector
Model.D...High.Flow
a numeric vector
https://co-public.lboro.ac.uk/cocwd/HydroTest/index.html
Dawson, C. W.; Abrahart, R. J. & See, L. M. HydroTest: A web-based toolbox of evaluation metrics for the standardised assessment of hydrological forecasts Environmental Modelling & Software, 2007 , 22 , 1034-1052
1 2 3 4 5 | data(models_dawson)
plot(models_dawson[,1])
lines(models_dawson[,2])
diagnostic_dawson(modelled=models_dawson[,2], measured=models_dawson[,1], use_qualV=TRUE)
do.call(rbind,lapply(models_dawson,FUN=diagnostic_dawson, measured=models_dawson[,1]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.