Skip to main content

Tweedie distribution estimations of pdf and cdf

Project description

tweedie is a Python library implementing scipy’s rv_continuous class for the Tweedie family. The Tweedie family is a member of the exponential dispersion model family and is commonly used in the insurance indsutry to model claim amounts for insurance policies (exposure).

The main focus of this package is the compound-Poisson behavior, specifically where 1 < p < 2. However, it should be possible to calculate the distribution for all the possible values of p.

https://app.travis-ci.com/thequackdaddy/tweedie.svg?branch=master http://codecov.io/github/thequackdaddy/tweedie/coverage.svg?branch=master
Documentation:

Some of the functions are well documented. Others, not so well. In future versions, I might try to publish.

Downloads:

https://github.com/thequackdaddy/tweedie

Dependencies:
  • Python (2.7, or 3.4+)

  • numpy

  • scipy

Optional dependencies:
  • pytest: needed to run tests

  • tox: needed to run tests against multiple python/scipy versions

Install:

To run tests against multiple python/scipy versions, install the package using pip install -e .[dev].

Running the tests:

To test against the current python version and scipy pytest ./tweedie

To test against multiple python versions and scipy versions tox -p all. If you run in to issues with performance, just use tox.

Code and bug tracker:

https://github.com/thequackdaddy/tweedie

License:

2-clause BSD, see LICENSE.txt for details.

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

tweedie-0.0.9.tar.gz (24.9 kB view hashes)

Uploaded Source

Built Distribution

tweedie-0.0.9-py2.py3-none-any.whl (8.2 kB view hashes)

Uploaded Python 2 Python 3

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