pwSensitivityAnalysisDetailed


 pwSensitivityAnalysisDetailed(targetPlayer, kIDs, xIDs, ...
     percentageRecovery, propertiesUsed, withSum)

 The sensitivity, i.e. the impact on different characteristics
 of the target player depending on changes of the specified
 dynamical parameters (kIDs) and initial concentrations (xIDs) is determined.

 

Arguments for pwSensitivityAnalysisDetailed

 targetPlayer
 kIDs                  default: 'all'
 xIDs                  default: []
 percentageRecovery    default: 20
 propertiesUsed        default: (TODO)
 withSum               default: true

 

Description

 The sensitivity of a measure f on a parameter p is estimated numerically:

  s = (f(1.001 * p) - f(p))/(1.001 * p - p) * p / f

    = (f(1.001 * p) - f(p))/0.001 / f

 The measure f could be the time of the maximum, the average value
 of a dynamic variable x, or the difference of two variables.

 The factor 1.001 may be changed in the configuration:

  config.analyses.sensitivity.factor

 The characteristics are described in
 pwCharacteristicsOfSystemResponse

 The highest selected model in the repository list is used.

 Implementation by Thomas Maiwald and Stefan Hengl.

 The result is exported to the Matlab workspace using the variable
 ['ResultDetailedSensAna_', targetID]

 

Example

 pwSensitivityAnalysisDetailed(...
             'ppErk', ...
             {'Mek_activation', 'Erk_activation'}, ...
             {'Erk'})


See also

pwCharacteristicsOfSystemResponse
pwSensitivityAnalysis1D
pwSensitivityAnalysis2D
pwSensitivityAnalysis3D