calculate_stat_nselog: Function to return the Nash-Sutcliffe value between the...

Description Usage Arguments Value Examples

Description

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.

Usage

1
calculate_stat_nselog(estimate_timeseries, reference_timeseries, na.rm = TRUE)

Arguments

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.

Value

nselog Nash-Sutcliffe value between the natural log of the two timeseries

Examples

1
2
3

USGS-R/NWCCompare documentation built on May 9, 2019, 6:10 p.m.