Skip to content

A python program to simulation different statistical distributions, both uniform and continuous. The program simulates distribution of bernoulli, binomial, geometric, negative binomial, poisson, arbitrary discrete, uniform, exponential, gamma, and normal.

Notifications You must be signed in to change notification settings

shreyash0023/Statistical-Distrubution-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

--------------------------
Programming Language Used: Python 2.7.15 :: Anaconda, Inc.
--------------------------

----------------
CODE STRUCTURE
-----------------
1. All the distributions are implemented at different functions.
2. Make sure to name the correct distributions before running.
3. All the distributions give P(x=X) for the given parameters.
4. Bernoulli and Arbitrary discrete distributions only prints the final output of selecting the elements with the assigned probability. 


--------------------
HOW TO RUN THE CODE
--------------------

Command
-------
python simulateDist.py <number-of-samples> <distribution> <parameters> 

NOTE
----
The simulateDist should be in the same directory as at the terminal.

About

A python program to simulation different statistical distributions, both uniform and continuous. The program simulates distribution of bernoulli, binomial, geometric, negative binomial, poisson, arbitrary discrete, uniform, exponential, gamma, and normal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages