Main Content

Normalization

Specify normalization type for sensitivity analysis

Description

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.

    x(t)k

  • 'Half' specifies normalization relative to the numerator (species quantity) only.

    (1x(t))(x(t)k)

  • 'Full' specifies that the data should be made dimensionless.

    (kx(t))(x(t)k)

Characteristics

Applies toObject: SensitivityAnalysisOptions
Data typeenum
Data values'None', 'Half', 'Full'. Default is 'None'.
AccessRead/write