Description Usage Arguments Value Author(s) References Examples
Returns the the NSE (NSE, Nash and Sutcliffe, 1970) of the simulated values against the given observations.
1 | NSE(qsim, qobs, digits = 2)
|
qsim |
Time series or vector of simulated values |
qobs |
Time series or vector of observations |
digits |
No. decimal places in returned 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"
Peter Metcalfe
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.
1 2 3 4 5 6 7 8 9 10 |
[1] 0.9
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.