Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.27 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.27 KB

probcalc

Tests Linting Type Checks Docstrings

GPLv3 License Latest commit Code size Repo size


This is the probcalc Python package, which is designed to provide a way to easily calculate probabilities for random variables distributed by various probability distributions.

The Python source code can be found in src/probcalc/ and the full documentation can be found on my GitHub pages site.

This project is also available on PyPI and can be installed simply with pip install probcalc.