Skip to main content

aggregate - working with compound probability distributions

Project description

What is it?

aggregate is a Python package providing fast, accurate, and expressive data structures designed to make working with probability distributions easy and intuitive. Its primary aim is to be an educational tool, allowing experimenation with complex, real world distributions. It has applications in insurance, risk management, actuarial science and related areas.

Main Features

Here are just a few of the things that aggregate does well:

  • Output in tabular form using Pandas

  • Human readable persistence in YAML

  • Built in library of insurance severity curves for both catastrophe and non catastrophe lines

  • Built in parameterization for most major lines of insurance in the US, making it easy to build a “toy company” based on market share by line

  • Clear distinction between catastrophe and non-catastrohpe lines

  • Use of Fast Fourier Transforms throughout differentiates aggregate from tools based on simulation

  • Fast, accurate - no simulations!

  • Graphics and summaries following Pandas and Matplotlib syntax

Potential Applications

  • Education
    • Building intuition around how loss distribtions convolve

    • Convergence to the central limit theorem

    • Generalized distributions

    • Compound Poisson distributions

    • Mixed distributiuons

    • Tail behavior based on frequency or severity tail

    • Log concavity properties

  • Pricing small insurance portfolios on a claim by claim basis

  • Analysis of default probabilities

  • Allocation of capital and risk charges

  • Detailed creation of marginal loss distributions that can then be sampled and used by other simulation software, e.g. to incorporate dependence structures, or in situations where it is necessary to track individual events, e.g. to compute gross, ceded and net bi- and trivariate distributions.

Missing Features

Here are some important things that aggregate does not do:

  • It is strictly univariate. It is impossible to model bivariate or multivariate distributions. As a result aggregate is fast and accurate

  • aggregate can model correlation between variables using shared mixing variables. This is adequate to build realistic distributions but would not be adequate for an industrial- strength insurance company model.

Documentation

http://www.mynl.com/aggregate/index.html

Where to get it

Installation

pip install aggregate

Dependencies

License

[BSD 3](LICENSE)

Contributing to aggregate

All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aggregate-0.9.5.1.tar.gz (182.0 kB view hashes)

Uploaded Source

Built Distribution

aggregate-0.9.5.1-py3.8.egg (599.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page