nashSutcliffe: Nash Sutcliffe

Description Usage Arguments Value

View source: R/nashSutcliffe.R

Description

Compute the Nash-Sutcliffe efficiency rating for model estiamtes.

Usage

1
nashSutcliffe(obs, est, na.rm = TRUE)

Arguments

obs

a vector of the observed values.

est

a vector of the model estiamted values. Each value must pair with each value in obs.

na.rm

remove missing values from obs and est before computing the Nash-Sutcliffe efficiency rating.

Value

A single numeric value representing the Nash-Sutcliffe efficiency rating for the observed and estiamted data.


USGS-R/rloadest documentation built on Oct. 2, 2020, 5:21 a.m.