CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
benchmarks/__init__.py
benchmarks/benchmark_gsa.py
benchmarks/benchmark_integration.py
benchmarks/run_benchmarks.py
docs/extension_guide.md
docs/examples/financial_risk_analysis.py
docs/tutorials/getting_started.ipynb
docs/tutorials/gsa_comprehensive.ipynb
docs/tutorials/gsa_comprehensive.md
examples/climate_sensitivity.py
examples/financial_risk.py
examples/gsa_basic_example.py
examples/integration_comparison.py
mcpost/__init__.py
mcpost/_version.py
mcpost/py.typed
mcpost/gsa/__init__.py
mcpost/gsa/base.py
mcpost/gsa/chunked_pipeline.py
mcpost/gsa/kernels.py
mcpost/gsa/metrics.py
mcpost/gsa/pipeline.py
mcpost/gsa/plotting.py
mcpost/integration/__init__.py
mcpost/integration/base.py
mcpost/integration/chunked_integration.py
mcpost/integration/importance.py
mcpost/integration/monte_carlo.py
mcpost/integration/quasi_monte_carlo.py
mcpost/utils/__init__.py
mcpost/utils/chunked.py
mcpost/utils/config.py
mcpost/utils/data.py
mcpost/utils/profiling.py
mcpost/utils/validation.py
tests/__init__.py
tests/conftest.py
tests/test_config_properties.py
tests/test_package_structure.py
tests/integration/__init__.py
tests/integration/test_end_to_end.py
tests/integration/test_examples.py
tests/test_gsa/__init__.py
tests/test_gsa/test_pipeline.py
tests/test_gsa/test_properties.py
tests/test_integration/__init__.py
tests/test_integration/test_monte_carlo.py
tests/test_integration/test_properties.py
tests/test_utils/__init__.py
tests/test_utils/test_config.py
tests/test_utils/test_validation.py