Skip to content

A Python package that contains a Gaussian and Binomial Class object to examine probability distributions. Package is hosted on PyPI.

Notifications You must be signed in to change notification settings

as2leung/py_probability_distribution_package_on_PyPI

Repository files navigation

asol_probability_dist

Table of Contents

Purpose

This is a Python package that creates gaussian and binomial distribution objects. Plotting functions are included to visualize the probability distribution functions. Values for distributions can be read in line by line from text file.

Downloading the package

This Python package is hosted on PyPI and can be downloaded there or on this GitHub page. Alternatively, it can be installed directly with:

pip install asol-probability-dist

List_of_key_files

  • Binomialdistribution.py - Binomial distribution class and methods.
  • Gaussiandistribution.py - Gaussian distribution class and methods.
  • Generaldistribution.py - General distribution class and methods.

Python_Libraries

  • math
  • matplotlib

Creators

About

A Python package that contains a Gaussian and Binomial Class object to examine probability distributions. Package is hosted on PyPI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages