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.

Installation:

pip3 install stat-probablitiy

Usage:

import stat_probabilityGaussian1 = Gaussian(25,2)Gaussian2 = Gaussian(12, 9)total_gaussian = Gaussian1 + Gaussian2Binomial1 = Binomial(34,7)Binomial2 = Binomial(21,4)total_binomial = Binomial1 + Binomial2

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.5.tar.gz (3.4 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