Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 428 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 428 Bytes

gaussianDistributionML

Pypi package for calculation of Gaussian Distribution. You can view it on site: https://pypi.org/project/gandb-distributions/

Installation

  • To install my package please run: $ pip install requirements.txt

Usage

  • Import package
from distributions import Gaussian
  • Example of usage:
gaussian_one = Gaussian(25, 2)
gaussian_one.mean
gaussian_one + gaussian_one