.coveralls.yml
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
HISTORY.rst
LICENSE.md
README.md
clone.json
mkdocs.yml
pyproject.toml
requirements.txt
setup.py
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/custom.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/automerge.yml
.github/workflows/clones_count.yml
.github/workflows/codeql-analysis.yml
.github/workflows/webservices.yml
.github/workflows/workflow.yml
docs/Sensitivity_Analysis.rst
docs/conf.py
docs/environment.yml
docs/index.rst
examples/Extreme value statistics.py
examples/SensitivityAnalysis.py
examples/interpolation.py
examples/Note books/SensitivityAnalysis.ipynb
examples/data/time_series1.txt
examples/data/time_series2.txt
statista/__init__.py
statista/distributions.py
statista/metrics.py
statista/parameters.py
statista/sensitivity.py
statista/tools.py
statista.egg-info/PKG-INFO
statista.egg-info/SOURCES.txt
statista.egg-info/dependency_links.txt
statista.egg-info/not-zip-safe
statista.egg-info/requires.txt
statista.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_distributions.py