Skip to main content

Gaussian and Binomial Distributions

Project description

gaus-bin-dist

This package contains modules for working with Gaussian and Binomial Distributions.

Files

  • gaus_bin_dist/: Distributions package
    • __init__.py: Initialization script
    • Binomialdistribution.py: Binomial class
    • Gaussiandistribution.py: Gaussian class
    • Generaldistribution.py: Distribution class
  • license.txt: MIT license
  • setup.cfg: Configuration file for code packaging
  • setup.py: Script for code packaging

Installation

Download on PyPi or use following command:

pip install gaus-bin-dist

Python Interpreter Example

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

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

gaus_bin_dist-0.7.tar.gz (3.8 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