supported methods for parameter estimation in simbiology
simbiology® supports a variety of optimization methods for least-squares and mixed-effects estimation problems. depending on the optimization method, you can specify parameter bounds for estimated parameters as well as response-specific error models, that is, an error model for each response variable. the following table summarizes the supported optimization methods in simbiology, fitting options, and the corresponding toolboxes that are required in addition to matlab® and simbiology.
method | additional toolbox required | supports parameter bounds | uses parameter sensitivities† | response-specific error models | fixed or mixed effects | supports stochastic em algorithm | simbiology function to use |
---|---|---|---|---|---|---|---|
— | yes* | no | yes | fixed | no | or | |
— | yes | depends on the selected local solver. | depends on the selected local solver. | fixed | no | ||
(statistics and machine learning toolbox) | statistics and machine learning toolbox™ | yes* | no | no | fixed | no | |
(optimization toolbox) | optimization toolbox™ | yes* | yes | yes | fixed | no | |
(optimization toolbox) | optimization toolbox | yes | yes | yes | fixed | no | |
(optimization toolbox) | optimization toolbox | yes | yes | yes | fixed | no | |
(optimization toolbox) | optimization toolbox | yes | yes | yes | fixed | no | |
(global optimization toolbox) | global optimization toolbox | yes | no | yes | fixed | no | |
(global optimization toolbox) | global optimization toolbox | yes | no | yes | fixed | no | |
(global optimization toolbox) | global optimization toolbox | yes | no | yes | fixed | no | |
(statistics and machine learning toolbox) | statistics and machine learning toolbox | no | no | no | mixed | no | or |
(statistics and machine learning toolbox) | statistics and machine learning toolbox | no | no | no | mixed | yes |
† this column indicates whether the algorithm allows using parameter sensitivities to determine gradients of the objective function.
* when using fminsearch
, nlinfit
, or
fminunc
with bounds, the objective function returns
inf
if bounds are exceeded. when you turn on options such as
funvalcheck
, the optimization may error if bounds are exceeded
during estimation. if using nlinfit
, it may report warnings about the
jacobian being ill-conditioned or not being able to estimate if the final result is too
close to the bounds.
see also
|