Description Usage Arguments Value
View source: R/performance_metrics.R
This function computes the Nash-Sutcliff efficiency coefficient using the nse() function on the streamflow values which are first log transformed using the log_transform()vfunction.
1 |
obs |
numeric vector. Observed streamflow vector. |
sim |
numeric vector. Simulated streamflow vector. |
na.rm |
logical. Whether missing values should be ignored. |
log_method |
character string or numeric. See log_transform(). |
Returns a float value between -Inf and 1 corresponding to the Nash-Sutcfliff efficiency coefficient computed on the log transofmed streamflow values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.