nse: Calculate the Nash-Sutcliffe efficiency (NSE)

View source: R/nse.R

nseR Documentation

Calculate the Nash-Sutcliffe efficiency (NSE)

Description

Calculate the Nash-Sutcliffe efficiency (NSE)

Usage

nse(obs, sim, na.rm = T)

Arguments

obs

Numeric vector of matrix. Measured values

sim

Numeric vector of matrix. Predicted values

na.rm

a logical value indicating whether NA values should be stripped before the computation proceeds.

Value

The Nash-Sutcliffe efficiency (NSE)

References

Nash, J. E., and J.V. Sutcliffe (1970): River flow forecasting through conceptual models. 1. a discussion of principles. Journal of Hydrology 10, 282–290.


hxfan1227/efdcr documentation built on July 21, 2023, 9:50 p.m.