Skip to content

To calculate Gaussian and Binomial distribution of a given data set.

Notifications You must be signed in to change notification settings

krishna408/Python_OOPs_probability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this package is for calculating:-

  1. Gaussian distributoin for given data set
  2. Binomial distributoin for given data set

it also shows Histogram and graph representation. to install type in terminal:- --> pip install -i https://test.pypi.org/simple/ gaussBino-probability==0.1

For testing :- --> type python in terminal

  1. import pakages

from gaussBino_probability import Gaussian,Binomial

  1. use this to find Gaussion distribution

Gaussian(10,7) mean 10, standard deviation 7

NOTE:-python version "3.6" or above

About

To calculate Gaussian and Binomial distribution of a given data set.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages