Learn R Programming

dynatopmodel (version 1.2.1)

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

Description

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

Usage

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"

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

Run this code
# NOT RUN {
require(dynatopmodel)

data(brompton)

# Goodness of fit for the storm simulation

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

Run the code above in your browser using DataLab