eval.NSeff: Calculation of the Nash-Sutcliffe efficiency

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Calculation of the Nash-Sutcliffe efficiency

Usage

1
NSeff(object,Qsim)

Arguments

object

Object with observed discharges

Qsim

Vector with simulated discharges of the same length as Qobs

Details

Qobs and Qsim should have the same dimensions. Both can contain NA values.

Value

Nash-Suttcliffe coefficient

Author(s)

Wouter Buytaert, Imperial College London

References

Nash, J. & Sutcliffe, J. River flow forecasting through conceptual models part I – A discussion of principles. Journal of Hydrology, 1970 , 10 , 282-290

See Also

topmodel

Examples

1
2
3
4
5
data(huagrahuma)
attach(huagrahuma)

output <- topmodel(parameters[1:9], inputs, topidx, delay)
NSeff(inputs$Q,output$Q)

RHydro documentation built on May 2, 2019, 6:24 p.m.

Related to eval.NSeff in RHydro...