https://github.com/bearddan2000/python-web-3d-matplotlib-distribution-cumulative-graph
A demo of creating a 3d distribution cumulative graph.
https://github.com/bearddan2000/python-web-3d-matplotlib-distribution-cumulative-graph
3d cumulative distribution graph matplotlib numpy pandas python web
Last synced: about 1 month ago
JSON representation
A demo of creating a 3d distribution cumulative graph.
- Host: GitHub
- URL: https://github.com/bearddan2000/python-web-3d-matplotlib-distribution-cumulative-graph
- Owner: bearddan2000
- Created: 2024-06-08T20:48:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T20:48:50.000Z (over 1 year ago)
- Last Synced: 2025-01-29T16:33:25.599Z (about 1 year ago)
- Topics: 3d, cumulative, distribution, graph, matplotlib, numpy, pandas, python, web
- Language: Shell
- Homepage: https://github.com/bearddan2000/python-web-3d-matplotlib-distribution-cumulative-graph
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-web-3d-matplotlib-distribution-cumulative-graph
## Description
A demo of creating a 3d distribution cumulative graph.
The cumulative distribution function (CDF) calculates the cumulative probability for a given x-value. Use the CDF to determine the likelihood that a random observation taken from the population will be less than or equal to a particular value.
## Tech stack
- numpy
- matplotlib
- pandas
## Docker stack
- python:latest
## To run
`sudo ./install.sh -u`
[Availble here](http://localhost)
## To stop
`sudo ./install.sh -d`
## To see help
`sudo ./install.sh -h`
## Credit
[Cumulative distribution explained](https://byjus.com/maths/cumulative-distribution-function/#:~:text=The%20cumulative%20distribution%20function%20%28CDF%29%20calculates%20the%20cumulative,less%20than%20or%20equal%20to%20a%20particular%20value.)