.gitignore
.readthedocs.yaml
CLA.md
CLAUDE.md
CONTRIBUTING.md
Dockerfile.cpu
Dockerfile.gpu
LICENSE
Makefile
PAL.svg
README.md
STYLE_GUIDE.md
codecov.yml
logging.ini
pyproject.toml
pyrightconfig.json
pytest.ini
.devcontainer/README.md
.devcontainer/cpu/devcontainer.json
.devcontainer/gpu/devcontainer.json
.github/dependabot.yml
.github/workflows/ci.yml
data/catastrophes/cat_ylt.csv
data/proteus_scenario_generator/Economics_USD_Inflation_Inflation Index.csv
data/reserve_risk/claims_triangle.csv
docs/Makefile
docs/README.md
docs/development.md
docs/make.bat
docs/structure.md
docs/usage.md
docs/source/conf.py
docs/source/contributing.rst
docs/source/development.md
docs/source/index.rst
docs/source/license.rst
docs/source/tutorials
docs/source/usage.md
docs/source/api/config.rst
docs/source/api/contracts.rst
docs/source/api/copulas.rst
docs/source/api/distributions.rst
docs/source/api/frequency_severity.rst
docs/source/api/maths.rst
docs/source/api/modules.rst
docs/source/api/pal.config.rst
docs/source/api/pal.contracts.rst
docs/source/api/pal.copulas.rst
docs/source/api/pal.couplings.rst
docs/source/api/pal.distributions.rst
docs/source/api/pal.frequency_severity.rst
docs/source/api/pal.maths.rst
docs/source/api/pal.rst
docs/source/api/pal.stats.rst
docs/source/api/pal.stochastic_scalar.rst
docs/source/api/pal.types.rst
docs/source/api/pal.variables.rst
docs/source/api/stats.rst
docs/source/api/stochastic_scalar.rst
docs/source/api/types.rst
docs/source/api/variables.rst
docs/tutorials/README.md
docs/tutorials/copula_scatter_plots.png
docs/tutorials/coupling_groups_and_copulas.md
docs/tutorials/distributions_guide.md
docs/tutorials/frequency_severity_modelling.md
docs/tutorials/getting_started.md
docs/tutorials/reinstatement_pricing.md
docs/tutorials/risk_measures_and_allocation.md
docs/tutorials/xol_reinsurance.md
examples/advanced_copulas.py
examples/capital_allocation_example.py
examples/example_catastrophes.ipynb
examples/example_catastrophes.py
examples/example_copulas.ipynb
examples/example_copulas.py
examples/example_couplings_and_copulas.ipynb
examples/example_couplings_and_copulas.py
examples/example_inflation.ipynb
examples/example_inflation.py
examples/example_odp_reserve_risk.py
examples/example_reinstatements.py
examples/example_underwriting_risk.py
examples/example_xol_tower.ipynb
examples/example_xol_tower.py
examples/typecheck_exports.py
examples/utilities.py
mirror-package/LICENSE
mirror-package/README.md
mirror-package/pyproject.toml
mirror-package/proteus/__init__.py
src/pal/__init__.py
src/pal/_compat.py
src/pal/_maths.py
src/pal/_version.py
src/pal/config.py
src/pal/contracts.py
src/pal/copulas.py
src/pal/couplings.py
src/pal/couplings.pyi
src/pal/distributions.py
src/pal/frequency_severity.py
src/pal/frequency_severity.pyi
src/pal/maths.py
src/pal/maths.pyi
src/pal/py.typed
src/pal/risk_measures.py
src/pal/stats.py
src/pal/stochastic_scalar.py
src/pal/stochastic_scalar.pyi
src/pal/types.py
src/pal/variables.py
src/proteusllp_actuarial_library.egg-info/PKG-INFO
src/proteusllp_actuarial_library.egg-info/SOURCES.txt
src/proteusllp_actuarial_library.egg-info/dependency_links.txt
src/proteusllp_actuarial_library.egg-info/requires.txt
src/proteusllp_actuarial_library.egg-info/top_level.txt
tests/test_FreqSev.py
tests/test_FrequencySeverity.py
tests/test_additional_numeric_operations.py
tests/test_config_stats_minimal.py
tests/test_contracts_extended.py.disabled
tests/test_contracts_minimal.py
tests/test_copulas.py
tests/test_copulas_minimal.py
tests/test_couplings.py
tests/test_couplings_fs.py
tests/test_couplings_minimal.py
tests/test_distributions.py
tests/test_frequency_severity_minimal.py
tests/test_mata_reinstatements.py
tests/test_maths_minimal.py
tests/test_package_imports.py
tests/test_spectral_risk_measures.py
tests/test_stats.py
tests/test_stats_extended.py.disabled
tests/test_stats_minimal.py
tests/test_stochastic_freqsev_operations.py
tests/test_stochastic_scalar.py
tests/test_stochastic_scalar_extended.py.disabled
tests/test_stochastic_scalar_minimal.py
tests/test_type_protocols.py
tests/test_variables.py
tests/test_variables_extended.py.disabled
tests/test_variables_minimal.py
tests/test_xol.py
tests/data/variable.csv
utilities/distributions.py