Sensitivity Analysis - Morris method (advanced)
Sensitivity analysis is used to estimate the influence of uncertainty factors on the output of a function. The Morris method is sometimes referenced to as a qualitative method : it gives rough estimations with a limited number of calculations. The Morris method can be used to simplify a function, as a first step. It can identify the factors with a low influence which can be fixed. For further information :
Saltelli, A., Tarantola, S., Campolongo, F., and Ratto, M. (2004). Sensitivity Analysis in Practice - A Guide to Assessing Scientific Models. Wiley.
This algorithm reduces the risk to underestimate and fix non-negligible factors. It is presented in:
Henri Sohier, Helene Piet-Lahanier, Jean-Loup Farges, Analysis and optimization of an air-launch-to-orbit separation, Acta Astronautica, Volume 108, March–April 2015, Pages 18-29, ISSN 0094-5765, http://dx.doi.org/10.1016/j.actaastro.2014.11.043.
For the classic Morris method : http://fr.mathworks.com/matlabcentral/fileexchange/48883-sensitivity-analysis-morris-method--simple-
IMPORTANT : The function analyzed must be a function with one multidimensional input x. x must represent the values of the uncertainty factors in the quantiles hyperspace (the i-th coordinate of x is not the actual value of the i-th factor, but the corresponding value of its cumulative distribution function). To adapt your function, first calculate the actual values of the factors by applying the inverse of their cumulative distribution function to x; Matlab includes such inverses: mathworks.com/help/stats/icdf.html ).
Citation pour cette source
Mr (2025). Sensitivity Analysis - Morris method (advanced) (https://fr.mathworks.com/matlabcentral/fileexchange/48884-sensitivity-analysis-morris-method-advanced), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- AI and Statistics > Statistics and Machine Learning Toolbox > Industrial Statistics >
- Computational Finance > Risk Management Toolbox >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.8.0.0 | Change of the description |
||
| 1.7.0.0 | Changed of the description |
||
| 1.6.0.0 | Change of the description, added comments in the Matlab files |
||
| 1.5.0.0 | Change of the description |
||
| 1.4.0.0 | Change of the description |
||
| 1.3.0.0 | Change of the description |
||
| 1.2.0.0 | Change of the description |
||
| 1.1.0.0 | Change of the description |
||
| 1.0.0.0 |
