Commit 7289e026 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

docs(man): format authot name in CreateInputsCrit_Lavenne help page

Showing with 2 additions and 2 deletions
+2 -2
......@@ -61,7 +61,7 @@ CreateInputsCrit_Lavenne(FUN_CRIT = ErrorCrit_KGE,
Items \code{Weights} of the criteria are respectively equal to \code{k} and \code{k * max(0, AprCrit)}.
To calculate the de Lavenne criterion, it is necessary to use the \code{ErrorCrit} function as for any other composite criterion.
To calculate the Lavenne criterion, it is necessary to use the \code{ErrorCrit} function as for any other composite criterion.
}
......@@ -99,7 +99,7 @@ Param <- c(X1 = 257.238, X2 = 1.012, X3 = 88.235, X4 = 2.208)
OutputsModel <- RunModel_GR4J(InputsModel = InputsModel,
RunOptions = RunOptions, Param = Param)
## The "a priori" parameters for the de Lavenne formula
## The "a priori" parameters for the Lavenne formula
AprParamR <- c(X1 = 157, X2 = 0.8, X3 = 100, X4 = 1.5)
## Single efficiency criterion: GAPX with a priori parameters
......
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