Learn R Programming

mbr (version 0.0.1)

NSE: Nash-Sutcliffe Efficiency

Description

Nash-Sutcliffe Efficiency

Usage

NSE(yhat, y)

Arguments

yhat

Model outputs

y

Observations

Value

NSE value

Examples

Run this code
# NOT RUN {
NSE(rnorm(100), rnorm(100))
# }

Run the code above in your browser using DataLab