============================================== SALib - Sensitivity Analysis Library in Python ============================================== .. image:: http://readthedocs.org/projects/salib/badge/?version=latest :target: http://salib.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. image:: https://travis-ci.com/SALib/SALib.svg?branch=master :target: https://travis-ci.com/SALib/SALib :alt: Continuous Integration Status .. image:: https://coveralls.io/repos/github/SALib/SALib/badge.svg?branch=master :target: https://coveralls.io/github/SALib/SALib?branch=master .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.160164.svg :target: https://doi.org/10.5281/zenodo.160164 .. image:: http://joss.theoj.org/papers/431262803744581c1d4b6a95892d3343/status.svg :target: http://joss.theoj.org/papers/431262803744581c1d4b6a95892d3343 Python implementations of commonly used sensitivity analysis methods, including Sobol, Morris, and FAST methods. Useful in systems modeling to calculate the effects of model inputs or exogenous factors on outputs of interest. Supported Methods ----------------- * Sobol Sensitivity Analysis ([`Sobol 2001 `_], [`Saltelli 2002 `_], [`Saltelli et al. 2010 `_]) * Method of Morris, including groups and optimal trajectories ([`Morris 1991 `_], [`Campolongo et al. 2007 `_]) * Fourier Amplitude Sensitivity Test (FAST) ([`Cukier et al. 1973 `_], [`Saltelli et al. 1999 `_]) * Random Balance Designs - Fourier Amplitude Sensitivity Test (RBD-FAST) ([`Tarantola et al. 2006 `_], [`Elmar Plischke 2010 `_], [`Tissot et al. 2012 `_]) * Delta Moment-Independent Measure ([`Borgonovo 2007 `_], [`Plischke et al. 2013 `_]) * Derivative-based Global Sensitivity Measure (DGSM) ([`Sobol and Kucherenko 2009 `_]) * Fractional Factorial Sensitivity Analysis ([`Saltelli et al. 2008 `_]) * High Dimensional Model Representation ([`Li et al. 2010 `_]) .. toctree:: :maxdepth: 2 getting-started basics advanced api License Authors Projects that use SALib Changes Complete Module Reference Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`