============================================== SALib - Sensitivity Analysis Library in Python ============================================== .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.160164.svg :target: https://doi.org/10.5281/zenodo.160164 .. image:: https://img.shields.io/badge/DOI-10.18174%2Fsesmo.18155-blue :target: https://sesmo.org/article/view/18155 .. image:: https://joss.theoj.org/papers/10.21105/joss.00097/status.svg :target: https://doi.org/10.21105/joss.00097 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 `_) * PAWN (`Pianosi and Wagener 2018 `__, `Pianosi and Wagener 2015 `__) * Regional Sensitivity Analysis (based on `Hornberger and Spear, 1981 `__, `Saltelli et al. 2008 `__, `Pianosi et al., 2016 `__) Getting Started --------------- .. toctree:: :maxdepth: 2 Getting started Basics SALib Interface Advanced Wrappers FAQ For Developers -------------- .. toctree:: :maxdepth: 2 API Developers Guide Changes Complete Module Reference Other Info ---------- .. toctree:: :maxdepth: 2 License Authors Projects that use SALib