Skip to main content

Statistical distributions - Gaussian, Binomial etc..

Project description

stat_prob_dist

A python package to calculate Statistics and Probability Distributions. Currently provides Gaussian and Binomial distribution support. Please note that this is very early stage and is certainly not ready for production use.

Prerequisites

  • Python3
  • Matplotlib

Installation

Package can be installed using pip

 pip install stat_prob_dist

Usage

>>> from stat_prob_dist import Gaussian, Binomial
>>> Binomial(.4, 25)
mean 10.0, standard deviation 2.449489742783178, p 0.4, n 25
>>>
>>> Gaussian(10, 7)
mean 10, standard deviation 7
>>>

Author(s)

License

This project is licensed under the MIT License - see the LICENSE.txt file 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

stat_prob_dist-0.2.4.tar.gz (5.2 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