Objective functions available in Kalix for hydrological model calibration. All objective functions are configured for minimisation during optimisation.


NSE - Nash-Sutcliffe Efficiency

Description

The Nash-Sutcliffe Efficiency (NSE) is one of the most widely used statistics for assessing the goodness-of-fit of hydrological models. It compares the performance of the model against a simple baseline (the mean of observed values).

Formula

$\text{NSE} = 1 - \frac{\sum_{i=1}^{n} (Q_o[i] - Q_m[i])^2}{\sum_{i=1}^{n} (Q_o[i] - \overline{Q_o})^2}$

Where:

Optimisation

When to Use


LNSE - Log Nash-Sutcliffe Efficiency