NSE: Nash Sutcliffe Efficiency of a model's output against...

Description Usage Arguments Value Author(s) References Examples

Description

Returns the the NSE (NSE, Nash and Sutcliffe, 1970) of the simulated values against the given observations.

Usage

1
NSE(qsim, qobs, digits = 2)

Arguments

qsim

Time series or vector of simulated values

qobs

Time series or vector of observations

digits

No. decimal places in returned value

Value

A number <= 1 indicating the goodness of fit of the simulated series against observations (1= perfect fit). Values of >0.8 are generally regarded as "behavioural"

Author(s)

Peter Metcalfe

References

Nash, J., & Sutcliffe, J. V. (1970). River flow forecasting through conceptual models part I-A discussion of principles. Journal of hydrology, 10(3), 282-290.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
require(dynatopmodel)

data(brompton)

# Goodness of fit for the storm simulation

NSE(brompton$storm.run$qsim, brompton$storm.run$qobs)

## End(Not run)

Example output

[1] 0.9

dynatopmodel documentation built on May 1, 2019, 7:32 p.m.