Skip to content

PFedya8/DistributionGraphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Distribution of probability functions

Description

  • This is a shiny app that plots the probability density function of a given distribution.
  • The user can choose the distribution and the parameters of the distribution.
  • There are 7 distributions to choose from: Normal, Exponential, Binomial, Poisson, Geometric, Uniform, and Hypergeometric.

Installation and usage

  1. Install the packages: 'Shiny', 'Flask', 'Plotly', 'Numpy', 'Scipy', 'Math', 'Matplotlib'.
pip install shiny
pip install flask
pip install plotly
pip install pandas
pip install numpy
pip install scipy
pip install math
pip install matplotlib
  1. Run the app.py file.
python -m shiny run my_app/app.py 
  1. Open the browser and go to the link of the app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages