Skip to main content

Gaussian and Binomial distribution.

Project description

stat-probability package:

The package calculates the gaussion distribution and Binomial distribution for a given set of inputs. Calculate mean and standard deviation using Gaussian distribution and Binomial distribution.

Installation:

pip3 install stat_probability

Usage:

>>> from stat_probability import Gaussian
>>> from stat_probability import Binomial
>>> Gaussian1 = Gaussian(23, 5)
>>> Gaussian2 = Gaussian(23, 3)
>>> total_gaussian = Gaussian1 + Gaussian2
>>> print(total_gaussian)
mean 46, standard deviation 5.830951894845301
>>> Binomial(0.8, 9)
mean 7.2, standard deviation 1.2, p 0.8, n 9

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_probability-0.9.tar.gz (3.5 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