Description Usage Arguments Value Examples
This function accepts observed and modeled daily data series and returns the root mean square error/standard deviation of the reference timeseries
1 | calculate_stat_rsr(estimate_timeseries, reference_timeseries)
|
estimate_timeseries |
data frame containing value data for the modeled timeseries |
reference_timeseries |
data frame containing value data for the observed timeseries |
rsr root mean square error/standard deviation for the two timeseries
1 2 3 | estimate_timeseries<-mod_data$discharge
reference_timeseries<-obs_data$discharge
calculate_stat_rsr(estimate_timeseries, reference_timeseries)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.