Description Usage Arguments Value Examples
This function accepts two data frames containing daily data series and returns the root mean square error
1 | calculate_stat_rmse(timeseries1, timeseries2, na.rm = TRUE)
|
timeseries1 |
data frame containing value data for one of the chosen timeseries |
timeseries2 |
data frame continaing value data for the second chosen timeseries |
na.rm |
Boolean defaults to TRUE. |
rmse root mean square error value between the two timeseries
1 2 3 | timeseries1<-obs_data$discharge
timeseries2<-mod_data$discharge
calculate_stat_rmse(timeseries1,timeseries2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.