Description Usage Arguments Value Examples
This function accepts two data frames containing daily data series and returns the percent bias.
1 | calculate_stat_pbias(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 |
pbias percent bias between the two timeseries
1 2 3 | reference_timeseries<-obs_data$discharge
estimate_timeseries<-mod_data$discharge
calculate_stat_pbias(reference_timeseries,estimate_timeseries)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.