amici.ode_export.SigmaY¶
-
class
amici.ode_export.SigmaY(identifier, name, value)[source]¶ A Standard Deviation SigmaY rescales the distance between simulations and measurements when computing residuals or objective functions, abbreviated by sigmay
-
__init__(identifier, name, value)[source] Create a new Standard Deviation instance.
- Parameters
identifier (
sympy.core.symbol.Symbol) – unique identifier of the Standard Deviationname (
str) – individual name of the Standard Deviation (does not need to be unique)value (
sympy.core.expr.Expr) – formula
Methods Summary
__init__(identifier, name, value)Create a new Standard Deviation instance.
get_id()ModelQuantity identifier
get_name()ModelQuantity name
get_val()ModelQuantity value
Methods
-
__init__(identifier, name, value)[source]¶ Create a new Standard Deviation instance.
- Parameters
identifier (
sympy.core.symbol.Symbol) – unique identifier of the Standard Deviationname (
str) – individual name of the Standard Deviation (does not need to be unique)value (
sympy.core.expr.Expr) – formula
-
get_id()¶ ModelQuantity identifier
- Return type
- Returns
identifier of the ModelQuantity
-
get_val()¶ ModelQuantity value
- Return type
- Returns
value of the ModelQuantity
-