simbio.complexstep.abs
Description
returns M
= simbio.complexstep.abs(X
)M
, where M = abs(real(X)) + 1i*imag(X)
.
simbio.complexstep.abs
is equivalent to abs
when the input is real.
When you have a SimBiology model with a custom function that calls
abs
and you are performing local sensitivity analysis on the model, replaceabs
withsimbio.complexstep.abs
in your custom function.You do not need to update SimBiology expressions (such as reaction rates or rules) that directly call
abs
. SimBiology automatically replacesabs
withsimbio.complexstep.abs
whenever:You calculate local sensitivities using
sbiosimulate
, aSimFunctionSensitivity
object, or the Calculate Sensitivities program.sbiofit
orfitproblem
uses local sensitivity analysis to determine the gradients of the objective function during parameter estimation.
simbio.complexstep.abs
is not differentiable when the real part of the input is 0 [1]. For more information, see Local Sensitivity Analysis (LSA).
Examples
Input Arguments
Output Arguments
References
[1] Martins, Joaquim, Ilan Kroo, and Juan Alonso. “An Automated Method for Sensitivity Analysis Using Complex Variables.” In 38th Aerospace Sciences Meeting and Exhibit. Reno, NV, U.S.A.: American Institute of Aeronautics and Astronautics, 2000. https://doi.org/10.2514/6.2000-689.
Version History
Introduced in R2022b