From 5f8a5b862dca797b55f118b49ccfb548e7bd192a Mon Sep 17 00:00:00 2001 From: Thirel Guillaume <guillaume.thirel@irstea.fr> Date: Thu, 19 Aug 2021 17:27:48 +0200 Subject: [PATCH] Update CreateErrorCrit_GAPX.Rd --- man/CreateErrorCrit_GAPX.Rd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/CreateErrorCrit_GAPX.Rd b/man/CreateErrorCrit_GAPX.Rd index cca12ed2..487e42f5 100644 --- a/man/CreateErrorCrit_GAPX.Rd +++ b/man/CreateErrorCrit_GAPX.Rd @@ -9,9 +9,9 @@ \description{ -Function which computes the function \code{ErrorCrit_GAPX}. +Function which creates the function \code{ErrorCrit_GAPX}. -The produced function \code{ErrorCrit_GAPX} computes an error criterion based on the GAPX formula proposed by Lavenne et al. (2019). +The produced function \code{ErrorCrit_GAPX} allows computing an error criterion based on the GAPX formula proposed by Lavenne et al. (2019). } @@ -26,11 +26,11 @@ CreateErrorCrit_GAPX(FUN_TRANSFO) \value{ - a function \code{ErrorCrit_GAPX} embedding the parameter transformation function used with the model. + [function] function \code{ErrorCrit_GAPX} embedding the parameter transformation function used with the model } \details{ -In addition to the criterion value, the function outputs include a multiplier (-1 or +1) which allows +In addition to the criterion value, the function outputs include a multiplier (-1 or +1) that allows the use of the function for model calibration: the product \code{CritValue * Multiplier} is the criterion to be minimised (\code{Multiplier = -1} for NSE). } -- GitLab