calculate_stat_rsr: Function to return the ratio of the root mean square error to...

Description Usage Arguments Value Examples

Description

This function accepts observed and modeled daily data series and returns the root mean square error/standard deviation of the reference timeseries

Usage

1
calculate_stat_rsr(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

rsr root mean square error/standard deviation for the two timeseries

Examples

1
2
3
estimate_timeseries<-mod_data$discharge
reference_timeseries<-obs_data$discharge
calculate_stat_rsr(estimate_timeseries, reference_timeseries)

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