.checkignore
.coveragerc
.coveralls.yml
.gitattributes
.gitignore
.pre-commit-config.yaml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CITATIONS.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
README-advanced.md
README.rst
requirements.txt
setup.cfg
setup.py
test-requirements.txt
docs/Makefile
docs/api.rst
docs/authors.rst
docs/basics.rst
docs/changelog.rst
docs/citations.rst
docs/conf.py
docs/getting-started.rst
docs/index.rst
docs/license.rst
docs/requirements.txt
docs/_static/.gitignore
examples/data/model_input.txt
examples/data/model_output.txt
examples/delta/delta.bat
examples/delta/delta.py
examples/delta/delta.sh
examples/dgsm/dgsm.bat
examples/dgsm/dgsm.py
examples/dgsm/dgsm.sh
examples/fast/fast.bat
examples/fast/fast.py
examples/fast/fast.sh
examples/ff/ff.bat
examples/ff/ff.py
examples/ff/ff.sh
examples/morris/morris.bat
examples/morris/morris.py
examples/morris/morris.sh
examples/rbd_fast/rbd_fast.bat
examples/rbd_fast/rbd_fast.py
examples/rbd_fast/rbd_fast.sh
examples/sobol/sobol.bat
examples/sobol/sobol.py
examples/sobol/sobol.sh
paper/codemeta.json
paper/paper.bib
paper/paper.md
src/SALib/__init__.py
src/SALib.egg-info/PKG-INFO
src/SALib.egg-info/SOURCES.txt
src/SALib.egg-info/dependency_links.txt
src/SALib.egg-info/entry_points.txt
src/SALib.egg-info/not-zip-safe
src/SALib.egg-info/requires.txt
src/SALib.egg-info/top_level.txt
src/SALib/analyze/__init__.py
src/SALib/analyze/common_args.py
src/SALib/analyze/delta.py
src/SALib/analyze/dgsm.py
src/SALib/analyze/fast.py
src/SALib/analyze/ff.py
src/SALib/analyze/morris.py
src/SALib/analyze/rbd_fast.py
src/SALib/analyze/sobol.py
src/SALib/plotting/__init__.py
src/SALib/plotting/morris.py
src/SALib/sample/__init__.py
src/SALib/sample/common_args.py
src/SALib/sample/directions.py
src/SALib/sample/fast_sampler.py
src/SALib/sample/ff.py
src/SALib/sample/finite_diff.py
src/SALib/sample/latin.py
src/SALib/sample/saltelli.py
src/SALib/sample/sobol_sequence.py
src/SALib/sample/morris/__init__.py
src/SALib/sample/morris/brute.py
src/SALib/sample/morris/gurobi.py
src/SALib/sample/morris/local.py
src/SALib/sample/morris/strategy.py
src/SALib/scripts/__init__.py
src/SALib/scripts/salib.bat
src/SALib/scripts/salib.py
src/SALib/test_functions/Ishigami.py
src/SALib/test_functions/Sobol_G.py
src/SALib/test_functions/__init__.py
src/SALib/test_functions/params/Ishigami.txt
src/SALib/test_functions/params/Ishigami_groups.txt
src/SALib/test_functions/params/Sobol_G.txt
src/SALib/util/__init__.py
src/SALib/util/results.py
tests/__init__.py
tests/conftest.py
tests/test_analyze_morris.py
tests/test_cli.py
tests/test_cli_analyze.py
tests/test_cli_sample.py
tests/test_ff.py
tests/test_regression.py
tests/test_sobol.py
tests/test_test_functions.py
tests/test_to_df.py
tests/test_util.py
tests/travis_install.sh
tests/data/test.txt
tests/sample/morris/test_gurobi.py
tests/sample/morris/test_morris.py
tests/sample/morris/test_morris_strategies.py