Statistical Process Control Workshop: Implementing Quality Control Techniques in Python
By
lifeisstillgood
Toasted golden, schmeared with insight. Top of the rack.
Summary
This is an educational workshop tutorial that teaches statistical process control (SPC) techniques using Python, specifically focusing on quality control applications. The content demonstrates how to use statistical tools and plotnine visualizations to measure variation in product quality over time and identify when intervention is needed. The workshop uses a case study of Japanese hot springs (onsen) economy to illustrate practical applications of SPC in quality control contexts.
Key quotes
· 4 pulledStatistical Process Control refers to using statistics to (1) measure variation in product quality over time and (2) identify benchmarks to know when intervention is needed.
In this workshop, we will learn how to perform statistical process control in Python, using statistical tools and plotnine visualizations!
For today's workshop, we're going to think about why quality control matters in a local economy, by examining the case of the Japanese Hot Springs bath economy!
Your online textbook for learning reliability and six sigma techniques in R and Python! Made for Cornell University Course SYSEN 5300.
You might also wanna read
Think Linear Algebra: A Code-First, Case-Based Introduction to Linear Algebra with Python
Think Linear Algebra is a code-first, case-based educational book that teaches linear algebra through real-world problems and Python program
Python Data Science Handbook - Complete Online Edition
This website hosts the complete Python Data Science Handbook by Jake VanderPlas, available as Jupyter notebooks on GitHub. The content is li
Building a Minimal RAG System from Scratch: PDF to Highlighted Answers in ~100 Lines of Python
A hands-on tutorial that builds the smallest functional RAG (Retrieval-Augmented Generation) system from scratch using about 100 lines of Py
Steve Jobs: Learning to program computers teaches you how to think
This article features a quote from Steve Jobs about the importance of learning computer programming, where he argues that coding teaches peo
tiny-vllm: An Open-Source C++ and CUDA LLM Inference Engine with Educational Course
This article presents tiny-vllm, an open-source project that provides both a full C++ and CUDA implementation of a high-performance LLM infe
Binary Search in Python: Iterative Implementation Using a While Loop
This article explains the Binary Search algorithm in Python, covering its iterative implementation using a while loop. It highlights that bi
