Estimation results object, subclass of LeastSquaresResults
The OptimResults
object contains estimation
results from fitting a SimBiology® model to data using the sbiofit
function
with any supported algorithm except nlinfit
. See
the sbiofit
function for a
list of supported algorithms.
The OptimResults
object shares all methods
of the LeastSquaresResults object
.
The OptimResults
object shares all properties
of the LeastSquaresResults object
and
has the following additional properties.
ExitFlag | An exit flag specific to the estimation function. |
Output | A struct of additional outputs specific to the estimation function. |
Note
See the reference page of the specific algorithm to get more
information on the values of ExitFlag
and the Output
structure.
LeastSquaresResults object
| NLINResults object
| sbiofit
| sbiofitmixed