Description Usage Arguments Value
View source: R/performance_metrics.R
This function compute the bias (unitless) between simulated and observed streamflow data.
1 |
obs |
numeric vector. Observed streamflow vector. |
sim |
numeric vector. Simulated streamflow vector. |
na.rm |
logical. Whether missing values should be ignored. |
sim_minus_obs |
logical. should it be sim - obs? (or the other way around) |
Returns a float value corresponding to the bias.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.