Description Usage Arguments Value
View source: R/performance_metrics.R
Given two streamflow vectors of same length (observer 'obs' and simulated 'sim' streamflow), this functions computes the corresponding Nash-Sutcliff efficiency.
1 |
obs |
numeric vector. Observed streamflow vector. |
sim |
numeric vector. Simulated streamflow vector. |
na.rm |
logical. Whether missing values should be ignored. |
Returns a float value between -Inf and 1 corresponding to the Nash-Sutcfliff efficiency coefficient.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.