neha_probability_distribution
1.0.0
Gaussian and Binomial distributions Python Package for Machine Learning and Data Science
neha_probability_distribution is a Python module/package for Machine Learning and Data Science built for Gaussian and Binomial distributions. This package is distributed under the MIT License.
To install simply run(Commandline);
pip install neha-probability-distribution
or
conda install neha-probability-distribution
PyPI link: https://pypi.org/manage/project/neha-probability-distribution/
pip install -i https://test.pypi.org/simple/ neha-probability-distribution/
TestPyPI link: https://test.pypi.org/project/neha-probability-distribution/
On your commandline run below python code after installation.
>>> from distributions_gauss_bi import Gaussian, Binomial
>>> Gaussian(38,17)
>>> Binomial(0.4, 35)
If you would like to review the Gaussian (normal) distribution and binomial distribution, here are a few resources: