Skip to content

Commit

Permalink
adds non-param KGE in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibHlln committed Nov 29, 2018
1 parent 6677c20 commit a7540d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The objective functions currently available in HydroEval to evaluate the fit bet
* [Nash-Sutcliffe Efficiency](https://doi.org/10.1016/0022-1694(70)90255-6) (`nse`)
* [Original Kling-Gupta Efficiency](https://doi.org/10.1016/j.jhydrol.2009.08.003) (`kge`) and its three components (r, α, β)
* [Modified Kling-Gupta Efficiency](https://doi.org/10.1016/j.jhydrol.2012.01.011) (`kgeprime`) and its three components (r, γ, β)
* [Non-Parametric Kling-Gupta Efficiency](https://doi.org/10.1080/02626667.2018.1552002) (`kgenp`) and its three components (r, α, β)
* Root Mean Square Error (`rmse`)
* Mean Absolute Relative Error (`mare`)
* Percent Bias (`pbias`)
Expand All @@ -38,6 +39,7 @@ Moreover, KGE and NSE can be calculated in a bounded version following [Mathevet
* Bounded Nash-Sutcliffe Efficiency (`nse_c2m`)
* Bounded Original Kling-Gupta Efficiency (`kge_c2m`)
* Bounded Modified Kling-Gupta Efficiency (`kgeprime_c2m`)
* Bounded Non-Parametric Kling-Gupta Efficiency (`kgenp_c2m`)

Finally, any of the objective functions can take an optimal argument `transform`. This argument allows to apply a transformation on both the observed and the simulated stream flow time series prior the calculation of the objective function. The possible transformations are as follows:
* Inverted flows (using `transform='inv'`)
Expand Down

0 comments on commit a7540d9

Please sign in to comment.