diff --git a/man/CreateErrorCrit_GAPX.Rd b/man/CreateErrorCrit_GAPX.Rd index cca12ed29c6b77cb321f2144640fdeb1d21cb755..487e42f540c040e75f02991b2df525c0f336d698 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). }