hydroeval.kge

hydroeval.kge(simulations, evaluation)

Original Kling-Gupta Efficiency (KGE) and its three components (r, α, β) as per Gupta et al., 2009.

Note, all four values KGE, r, α, β are returned, in this order.

Calculation Details
EKGE=1[r1]2+[α1]2+[β1]2
r=cov(e,s)σ(e)σ(s)
α=σ(s)σ(e)
β=μ(s)μ(e)

where e is the evaluation series, s is (one of) the simulations series, cov is the covariance, σ is the standard deviation, and μ is the arithmetic mean.