compute_Biais.Rd
Computes the bias (unitless) between simulated and observed data
compute_Biais(obs, sim, na.rm = TRUE, sim_minus_obs = TRUE)
Observed streamflow vector
Simulated streamflow vector
Should missing values be omited ?
should it be sim - obs ? (or the other way around)