Skip to content

Tim-Abwao/probability-distributions-with-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Probability Distribution Sampler

A dashboard to help explore some of the most common probability distributions. Powered by Dash & SciPy.

You can try it out here, courtesy of Render.

NOTE: Free-hosted apps might take a while to load since they are shut down when not in use.

screen capture

Running locally

  1. Download the files, and create a virtual environment:

    git clone https://github.com/Tim-Abwao/probability-distributions-with-dash.git
    cd probability-distributions-with-dash
    python3 -m venv venv
    source venv/bin/activate
  2. Install the required packages, and launch the app:

    pip install -U pip
    pip install -r requirements.txt
    waitress-serve dist_dashboard:server

About

Explore common probability distributions with this interactive dashboard.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published