calculate_stat_rmsne: Function to return the normalized root mean square error...

Description Usage Arguments Value Examples

Description

This function accepts two data frames containing daily data series and returns the normalized root mean square error

Usage

1
calculate_stat_rmsne(estimate_timeseries, reference_timeseries)

Arguments

estimate_timeseries

data frame containing value data for the modeled timeseries

reference_timeseries

data frame containing value data for the observed timeseries

Value

rmsne normalized root mean square error value between the two timeseries

Examples

1
2
3

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