
Calculate Performance Criterion
calc_crit.RdComputes a performance criterion for comparing simulated and observed runoff.
If the criterion is "KGEtang", it uses the KGEtang function.
Otherwise, it delegates to calc_hydroGOF() for other supported criteria.
Arguments
- error_crit
A string specifying the error criterion to compute. Supported values include
"KGEtang"and any criterion accepted bycalc_hydroGOF().- Qsim
A numeric vector of simulated runoff values.
- Qobs
A numeric vector of observed runoff values.
See also
KGEtang, calc_hydroGOF