Description Usage Arguments Value
Performs non-linear least squares parameter optimisation, dealing with common convergence errors.
1 | opt_tryFit(fitFunc, initParams, control, recCount = 0, maxRecs = 5, ...)
|
fitFunc |
optimisation routine to use |
initParams |
initial guess parameter values for optimiser to improve upon |
control |
list of control parameters to be passed to nls |
recCount |
the number of recursive calls of this function made so far |
maxRecs |
a limit on the number of recursive calls that can be made |
... |
unmodified parameters (incl. isNonDim, lower, upper, tColStr, plotSum, N0, modelFuncSus, modelFuncRes, args(optional) and residFunc) to be passed to |
non-linear least squares (nls) object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.