hydromodpy.calibration.metrics.scalar#
Scalar metric helpers (KGE, NSE, RMSE, MAE).
This module exposes the scoring primitive used by RAM extractors. It owns the alignment between observed and simulated series, the dispatch to the metric function, and the higher-is-better flipping convention so the optimizer always sees a cost.
Functions
|
Align both series at the simulation frequency, compute the scalar metric. |