Commit 73033513 authored by unknown's avatar unknown
Browse files

#4014 CreateCalibOptions() help updated

Showing with 1 addition and 3 deletions
+1 -3
...@@ -18,8 +18,7 @@ CreateCalibOptions(FUN_MOD, FUN_CALIB = Calibration_Michel, ...@@ -18,8 +18,7 @@ CreateCalibOptions(FUN_MOD, FUN_CALIB = Calibration_Michel,
\item{FixedParam}{(optional) [numeric] vector giving the values set for the non-optimised parameter values (NParam columns, 1 line) \item{FixedParam}{(optional) [numeric] vector giving the values set for the non-optimised parameter values (NParam columns, 1 line)
\cr Example: \cr Example:
\tabular{llllll}{ \tabular{llllll}{
\tab [X1] \tab [X2] \tab [X3] \tab [...] \tab [Xi] \cr \tab NA \tab NA \tab 3.34 \tab ... \tab NA \cr
[1,] \tab NA \tab NA \tab 3.34 \tab ... \tab NA \cr
}} }}
\item{SearchRanges}{(optional) [numeric] matrix giving the ranges of real parameters (NParam columns, 2 lines) \item{SearchRanges}{(optional) [numeric] matrix giving the ranges of real parameters (NParam columns, 2 lines)
...@@ -54,7 +53,6 @@ CreateCalibOptions(FUN_MOD, FUN_CALIB = Calibration_Michel, ...@@ -54,7 +53,6 @@ CreateCalibOptions(FUN_MOD, FUN_CALIB = Calibration_Michel,
\tabular{ll}{ \tabular{ll}{
\emph{$FixedParam } \tab [numeric] vector giving the values to allocate to non-optimised parameter values \cr \emph{$FixedParam } \tab [numeric] vector giving the values to allocate to non-optimised parameter values \cr
\emph{$SearchRanges } \tab [numeric] matrix giving the ranges of raw parameters \cr \emph{$SearchRanges } \tab [numeric] matrix giving the ranges of raw parameters \cr
\emph{$StartParam } \tab [numeric] vector of parameter values used to start global search calibration procedure \cr
\emph{$StartParamList } \tab [numeric] matrix of parameter sets used for grid-screening calibration procedure \cr \emph{$StartParamList } \tab [numeric] matrix of parameter sets used for grid-screening calibration procedure \cr
\emph{$StartParamDistrib} \tab [numeric] matrix of parameter values used for grid-screening calibration procedure \cr \emph{$StartParamDistrib} \tab [numeric] matrix of parameter values used for grid-screening calibration procedure \cr
} }
......
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