Description Usage Arguments Value Examples
This function accepts two data frames containing daily data series and returns the Nash-Sutcliffe value
1 | calculate_stat_nse(estimate_timeseries, reference_timeseries, na.rm = TRUE)
|
estimate_timeseries |
data frame containing value data for the modeled timeseries |
reference_timeseries |
data frame containing value data for the observed timeseries |
na.rm |
Boolean defaults to TRUE. |
nse Nash-Sutcliffe value between the two timeseries
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.