Metadata-Version: 2.4
Name: pystatsinsurance
Version: 0.1.0
Summary: Actuarial and insurance statistical computing for Python
Project-URL: Homepage, https://sgcx.org/technology/pystatsinsurance/
Project-URL: Documentation, https://sgcx.org/docs/pystatsinsurance/
Project-URL: Repository, https://github.com/sgcx-org/pystatsinsurance
Project-URL: Issues, https://github.com/sgcx-org/pystatsinsurance/issues
Author-email: Hai-Shuo <contact@sgcx.org>
License-Expression: MIT
License-File: LICENSE
Keywords: actuarial,insurance,loss-models,risk,statistics
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: numpy>=1.24
Provides-Extra: dev
Requires-Dist: mypy>=1.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1; extra == 'dev'
Description-Content-Type: text/markdown

# PyStatsInsurance

**Actuarial and insurance statistical computing for Python.**

> **Status: early / reserved (`0.0.1`).** This package reserves the
> `pystatsinsurance` name within the **PyStatistics open-core ecosystem** and will
> grow into a full actuarial/insurance statistics library. The public API is
> forthcoming.

PyStatsInsurance is part of the open-core PyStatistics family:

| Package | Layer |
|---|---|
| [`pystatistics`](https://github.com/sgcx-org/pystatistics) | Fundamental, general statistics |
| [`pystatsbio`](https://github.com/sgcx-org/pystatsbio) | Biotech / pharma statistics |
| **`pystatsinsurance`** | Actuarial / insurance statistics |

Like its siblings, it builds on `pystatistics` for the general statistical layer
and adds methods specific to actuarial and insurance work.

## Planned scope (candidates, not commitments)

- Loss-model summaries (frequency / severity).
- Basic reserving (e.g. chain-ladder) and elementary risk measures.

## Installation

```bash
pip install pystatsinsurance
```

## License

MIT © Hai-Shuo. Part of the [SGCX](https://sgcx.org) open-core ecosystem.
