Increment
Sensitivity Analysis of the increment function establishes its influence on the output of a mathematical model or system (numerical or otherwise). This is a crucial aspect when the sensitivity of a system to uncertain geometry, material properties, manufacturing tolerances, etc. needs to be determined. Based on the results of the sensitivity analysis, inputs important for the design can be focused on.
Theory behind
The sensitivity analysis is performed with Monte Carlo analysis applied directly to the final model and each increment function independently. Each increment function represents an independent contribution to the final statistics, whereas the first-order increment functions (, etc.) represent the independent contribution to a given variable, i.e. how the variable alone influences the final problem.
Only variance sensitivities of increment functions are computed in the Preliminary Analysis method. Also, sensitivities of increment functions are not available for settings of this method with maximum increment order set to -1**!**
Higher-order increment functions (, , etc.) represent the contribution of interaction effects, i.e. how the interaction between variables influences the final problem. However, higher-order increment function represents only the pure interaction between variables, which means it does not take into account the independent contribution of a given variable.
Increment sensitivity only includes the influence of a given sub-domain (increment function of sole variable OR its interaction), while variable sensitivity takes into account all the aspects of a given variable (increment function of the variable AND ALL its interaction effects).
In this program, two sensitivities for an increment function are defined. The first sensitivity is the sensitivity of the mean value, which represents the influence of particular increment function on the final expected value. In other words, how the selected increment function influences the statistical expected value of the final output. The formula for the mean sensitivity estimation is:
where represents the sensitivity of mean for increment function , stands for the set of all increment functions and represents the -th increment function. The mean sensitivity feature is not available for the Preliminary Analysis method.
The second type of sensitivity is the variance sensitivity, which represents the variable's impact on the final output. The variable's variance sensitivity is defined as follows:
where represents the sensitivity of variance for increment function , stands for the set of all increment functions and represents the variance of -th increment function. Computed sensitivities are presented in the program as Partial variance and Partial mean.
The variance sensitivity of a variable is not normalized and such that its sum does not give . The reason is that some increment functions belong to multiple variables, e.g. belongs to variables and . The mean sensitivity is related to the standard deviation of the probability distribution of output values. This measure prevents increment functions from being overrated due to improper scaling.
How to use the interface
There is a collapsible box on the left side of the tab with the opened result file, where the user can set the data to be displayed. Variable and Increment buttons on the top switch between two datasets described in the theory section. In the list of increments below the special focus needs to be paid to interaction effects of input variables - their presence and importance.
It is possible to include or exclude increments from the set of displayed data via checkboxes next to each increment function designation. The selection of items can be also modified with three buttons under the list. The Invert button does the reverse action of all checkboxes in the list. Select all and Unselect all buttons turn all checkboxes on/off.
Two types of output are possible here. Either a tabular view induced with the Text mode button, or the barplot shown switched on by the Visualize mode button.