Commit 5f8a5b86 authored by Thirel Guillaume's avatar Thirel Guillaume
Browse files

Update CreateErrorCrit_GAPX.Rd

Showing with 4 additions and 4 deletions
+4 -4
......@@ -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).
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment