Specify normalization type for sensitivity analysis
Normalization
is a property of the SensitivityAnalysisOptions
object. SensitivityAnalysisOptions
is
a property of the configuration set object. Use Normalization
to
specify the normalization for the computed sensitivities.
The following values let you specify the type of normalization.
The examples show you how sensitivities of a species x
with
respect to a parameter k
are calculated for each
normalization type:
'None'
specifies
no normalization.
'Half'
specifies normalization
relative to the numerator (species quantity) only.
'Full'
specifies
that the data should be made dimensionless.
Applies to | Object: SensitivityAnalysisOptions |
Data type | enum |
Data values | 'None' , 'Half' , 'Full' .
Default is 'None' . |
Access | Read/write |