models_dawson {wasim}R Documentation

Synthetic peak errors from Dawson 2007

Description

A number of synthetic peak errors used for testing performance measures and similar

Usage

data(models_dawson)

Format

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

Source

https://co-public.lboro.ac.uk/cocwd/HydroTest/index.html

References

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

Examples

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]))

[Package wasim version 1.0 Index]