models_dawson: Synthetic peak errors from Dawson 2007

Description Usage Format Source References Examples

Description

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

Usage

1

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

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

wasim documentation built on May 1, 2019, 6:50 p.m.