nse: Compute the Nash-Sutcliffe Efficiency

Description Usage Arguments Details Value

View source: R/nse.R

Description

The function nse computes the Nash-Sutcliffe efficiency for the rows or columns of a matrix.

Usage

1
nse(Obs, Est, MARGIN = 2, na.rm = T)

Arguments

Obs

A matrix of observations.

Est

A matrix of estimates. Must be of the same dimensions as Obs.

MARGIN

(optional) The margin across which to compute the efficiencies. The default is to compute an efficiency for each column (MARGIN=2).

na.rm

(optional) A logical indicating if NAs should be removed. The default behavior is to ignore NAs.

Details

Lorem ipsum...

Value

A vector of Nash-Sutcliffe efficiencies.


wfarmer-usgs/PUBAD documentation built on May 4, 2019, 5:21 a.m.