View on GitHub

Python

Binder

Code repository

Industrial Statistics: A Computer Based Approach with Python
by Ron Kenett, Shelemyahu Zacks, Peter Gedeck

Publisher: Springer International Publishing; 1st edition (August 5, 2023)
ISBN-13: 978-3-031-28481-6 (hardcover)
ISBN-13: 978-3-031-28484-7 (softcover)
ISBN-13: 978-3-031-28482-3 (eBook).
Buy at Amazon, Springer

Errata: See known errata here

Industrial Statistics: A Computer Based Approach with Python is a companion volume to the book Modern Statistics: A Computer Based Approach with Python.

This part of the repository contains:

All the Python applications referred to in this book are contained in a package called mistat available for installation from the Python package index https://pypi.org/project/mistat/. The mistat packages is maintained in a GitHub repository at https://github.com/gedeck/mistat.

Try the code

You can explore the code on Binder .

Installation instructions

Instructions on installing Python and required packages are here.

These Python packages are used in the code of Industrial Statistics:

The notebook InstallPackages.ipynb contains the pip command to install the required packages. Note that some of the packages may need to be pinned to specific versions.

If you have a problem with visualizing the decision tree or creating a network graph, follow the installation instructions for graphviz in the dtreeviz github site. On Windows, the problem is usually resolved by adding the path to the graphviz binaries to the PATH system variable.

Table of contents (with sample excerpts from chapters)

Chapter 1: Introduction to Industrial Statistics (sample 1)
Chapter 2: Basic Tools and Principles of Process Control (sample 2)
Chapter 3: Advanced Methods of Statistical Process Control (sample 3)
Chapter 4: Multivariate Statistical Process Control (sample 4)
Chapter 5: Classical Design and Analysis of Experiments (sample 5)
Chapter 6: Quality by Design (sample 6)
Chapter 7: Computer Experiments (sample 7)
Chapter 8: Cybermanufacturing and Digital Twins (sample 8)
Chapter 9: Reliability Analysis (sample 9)
Chapter 10: Bayesian Reliability Estimation and Prediction (sample 10)
Chapter 11: Sampling Plans for Batch and Sequential Inspection (sample 11)