From 10f794b51a4f5715a755f1796bb78cdd9bebfe42 Mon Sep 17 00:00:00 2001
From: unknown <olivier.delaigue@ANPI1430.antony.irstea.priv>
Date: Wed, 5 Apr 2017 17:20:31 +0200
Subject: [PATCH] v1.0.6.12 doc updated for Latex versions of ErrorCrit_KGE and
 ErrorCrit_KGE2 functions #4538

---
 DESCRIPTION           | 2 +-
 man/ErrorCrit_KGE.Rd  | 4 ++--
 man/ErrorCrit_KGE2.Rd | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 3d1df6e5..2eb70b11 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.0.6.11
+Version: 1.0.6.12
 Date: 2017-04-05
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl")),
diff --git a/man/ErrorCrit_KGE.Rd b/man/ErrorCrit_KGE.Rd
index 28efcc81..66b3a4fc 100644
--- a/man/ErrorCrit_KGE.Rd
+++ b/man/ErrorCrit_KGE.Rd
@@ -39,9 +39,9 @@ Function which computes an error criterion based on the KGE formula proposed by
 In addition to the criterion value, the function outputs include a multiplier (-1 or +1) which allows 
 the use of the function for model calibration: the product CritValue*Multiplier is the criterion to be minimised (Multiplier=-1 for KGE).\cr\cr
 The KGE formula is
-\deqn{KGE = 1 - \sqrt(r - 1)^2 + (\alpha - 1)^2 + (\beta - 1)^2}{KGE = 1 - sqrt((r - 1)² + (\alpha - 1)² + (\beta - 1)²)}
+\deqn{KGE = 1 - \sqrt{(r - 1)^2 + (\alpha - 1)^2 + (\beta - 1)^2}}{KGE = 1 - sqrt((r - 1)² + (\alpha - 1)² + (\beta - 1)²)}
 with the following sub-criteria:
-\deqn{r = \mathrm{the\: linear\: correlation\: coefficient\: between\:} Q_{sim}\: \mathrm{and\:} Q_{obs}}{r = the linear correlation coefficient between Q[sim] and Q[obs]}
+\deqn{r = \mathrm{the\: linear\: correlation\: coefficient\: between\:} sim\: \mathrm{and\:} obs}{r = the linear correlation coefficient between Q[sim] and Q[obs]}
 \deqn{\alpha = \frac{\sigma_{sim}}{\sigma_{obs}}}{\alpha = \sigma[sim] / \sigma[obs]}
 \deqn{\beta = \frac{\mu_{sim}}{\mu_{obs}}}{\beta = \mu[sim] / \mu[obs]}
 }
diff --git a/man/ErrorCrit_KGE2.Rd b/man/ErrorCrit_KGE2.Rd
index 0fa1cd12..c0cc9113 100644
--- a/man/ErrorCrit_KGE2.Rd
+++ b/man/ErrorCrit_KGE2.Rd
@@ -41,7 +41,7 @@ the use of the function for model calibration: the product CritValue*Multiplier
 The KGE' formula is
 \deqn{KGE' = 1 - \sqrt{(r - 1)^2 + (\gamma - 1)^2 + (\beta - 1)^2}}{KGE' = 1 - sqrt((r - 1)² + (\gamma - 1)² + (\beta - 1)²)}
 with the following sub-criteria:
-\deqn{r = \mathrm{the\: linear\ correlation\: coefficient\: between\:} Q_{sim}\: \mathrm{and\:} Q_{obs}}{r = is the linear correlation coefficient between Q[sim] and Q[obs]}
+\deqn{r = \mathrm{the\: linear\ correlation\: coefficient\: between\:} sim\: \mathrm{and\:} obs}{r = is the linear correlation coefficient between Q[sim] and Q[obs]}
 \deqn{\gamma = \frac{CV_{sim}}{CV_{obs}}}{\gamma = CV[sim] / CV[obs]}
 \deqn{\beta = \frac{\mu_{sim}}{\mu_{obs}}}{\beta = \mu[sim] / \mu[obs]}
 }
-- 
GitLab