Individual Sensitivity Analysis

Perturbs parameters individually, one at a time, and by the same percentage.

This type of analysis is useful to find to which parameters a variable is sensitive the most.

The number of simulations will equal the number of parameters to analyze plus one, the simulation corresponding to the standard unperturbed run.

Known limitations

Only parameters and variables of type Real are recognized. Renamings like 'type MyType = Real' are not supported either.

Arrays of any type are also not yet supported.