get_NSE: Get Nash-Sutcliffe Efficiency

View source: R/do_calibration.R

get_NSER Documentation

Get Nash-Sutcliffe Efficiency

Description

Get Nash-Sutcliffe Efficiency

Usage

get_NSE(x_obs, x_sim)

Arguments

x_obs

Vector of observations

x_sim

Vector of simulated data

Value

Returns the NSE between x_obs and x_sim

Examples

set.seed(100)
x_obs <- 1:10 + rnorm(10)
x_sim <- 1:10
get_NSE(x_obs, x_sim)
get_NSE(x_obs, x_sim - 5)

gopalpenny/goSWATplus documentation built on Nov. 8, 2022, 9:27 p.m.