https://github.com/netbr3ak/statistical-quality-control-exam-assist-program
Welcome to the Statistical Quality Control project! 📊 Streamlining QC tasks with automation, intuitive interfaces, innovative methodologies, and insightful data visualization. Master QC effortlessly! 🌟
https://github.com/netbr3ak/statistical-quality-control-exam-assist-program
matplotlib python3 quality-control statistics
Last synced: 15 days ago
JSON representation
Welcome to the Statistical Quality Control project! 📊 Streamlining QC tasks with automation, intuitive interfaces, innovative methodologies, and insightful data visualization. Master QC effortlessly! 🌟
- Host: GitHub
- URL: https://github.com/netbr3ak/statistical-quality-control-exam-assist-program
- Owner: NetBr3ak
- License: mit
- Created: 2023-11-02T22:50:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T15:02:10.000Z (about 2 years ago)
- Last Synced: 2025-01-05T23:26:56.974Z (over 1 year ago)
- Topics: matplotlib, python3, quality-control, statistics
- Language: Python
- Homepage: http://tpcg.io/_68CG3I
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## what's this
made this for my stats class. it does p-charts for quality control stuff. works good.
## what it does
- makes control limits (UCL, LCL)
- draws nice charts
- shows bad samples
- does the math right
- gives you the numbers you need
## Screenshots 📸
Take a glimpse at the tool in action with these screenshots:


## how to use
run the python file. need these:
- matplotlib
- scipy
- numpy
```bash
git clone this-repo
cd Statistical-Quality-Control-Exam-Assist-Program
python statistical_quality_control.py
```
change the data at the top to your numbers. easy to change.
## don't want to install
just copy the code and run it anywhere. works.
## bugs or ideas
fix stuff if you want. send pull requests.
## license
MIT - do what you want.
good luck.