Description Usage Arguments Value Examples
This function accepts two data frames containing daily data series and returns the Nash-Sutcliffe value of the natural logarithms of the data, with zeros removed.
1 | calculate_stat_nselog(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. |
nselog Nash-Sutcliffe value between the natural log of the two timeseries
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.