An open API service indexing awesome lists of open source software.

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! 🌟

Awesome Lists containing this project

README

          


Logo


Logo
Logo

## 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:

![screenshot1](https://github.com/ProfessionalCatSummoner/statistical_quality_control/assets/85062086/9eaccfef-dba2-4113-9563-7218a90b6c9e)
![screenshot2](https://github.com/ProfessionalCatSummoner/statistical_quality_control/assets/85062086/3fc430d7-56ee-4a7b-8d9a-62bf59abbe88)

## 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.