Skip to content

ihmeuw/risk_distributions

Repository files navigation

Risk Distributions

image

Latest Version

Documentation Status

This library contains various probability distributions, compatible for use with the Vivarium framework

You can install risk_distributions from PyPI with pip:

> pip install risk_distributions

or build it from source with

> git clone https://github.com/ihmeuw/risk_distributions.git

> cd risk_distributions

> python setup.py install