View on GitHub

EasyStatistics

A python package for easy dealing with Binomial and Gaussian distribution

Gaussian Distribution

Gaussian Distribution

Gaussian distribution (a.k.a normal distribution) is rather the most used and important type of distribution used in statistics. Most of the data are represented in this form and it follows certain important rules.

With this package, we can make instances of gaussian distributions very quickly and effectively.

Highlights

We can simply add and combine two normal distributions by simple adding them with + operator.

We can also calculate mean, standard deviation and do many other things.

Next steps: Learn about Gaussian functions and methods

Read about the Binomial class