Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 544 Bytes

File metadata and controls

17 lines (12 loc) · 544 Bytes

gaussian_python_package

A python package that can be used to calculate Gaussian distribution calculations

Package has following functions:

  1. Read in dataset
  2. Calculate mean
  3. Calculate standard deviation
  4. Plot histogram
  5. Plot probability density function
  6. Add two Gaussian distributions

Access Gaussian Distributions package from distributions/init.py file and use in code.

The file init.py already has an example for users' convenience of the usage.

Refer to info.png for understanding Gaussian distribution calculations.