Metadata-Version: 2.4
Name: bm.probability-distributions
Version: 0.7.0
Summary: Visualize probability distributions
Keywords: distribution,probability distributions,sample data
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: pythonic-fp.fptools >= 3.0.0
Requires-Dist: matplotlib >= 3.10.1
Project-URL: Changelog, https://grscheller.github.io/bm-probability-distributions/html/changelog.html
Project-URL: Documentation, https://grscheller.github.io/bm-probability-distributions/html/
Project-URL: Homepage, https://github.com/grscheller/bm-docs/blob/main/README.md
Project-URL: Source, https://github.com/grscheller/bm-probability-distributions

# Boring Math Libraries - Probability distributions

Package to generate and visualize probability distributions.

## Repos and Documentation

### Repos

- [bm.probability-distributions][1] project on *PyPI*
- [Source code][2] on *GitHub*

### Detailed documentation

- [Detailed API documentation][3] on *GH-Pages*

## Overview

This project is part of the [Boring Math][4] namespace projects.

Distributions can be compared to either sample or population data. Package
originally derived from Udacity exercises.

### Continuous Distributions (bm.probability_distributions.continuous)

- Normal (Gaussian): gaussian

### Discrete Distributions (bm.probability-distributions.discrete)

- Binomial: binomial

______________________________________________________________________

[1]: https://pypi.org/project/bm.probability-distributions/
[2]: https://github.com/grscheller/bm-probability-distributions/
[3]: https://grscheller.github.io/boring-math-docs/probability-distributions/
[4]: https://github.com/grscheller/boring-math-docs

