Preface¶
This book is a guide on how to improve processes using the large quantities of data that are routinely collected from process systems. It is in a state of a semi-permanent draft.
We cover data visualization first, in Chapter 1, since most data analysis studies start by plotting the data. This is an extremely brief introduction to this topic, only illustrating the most basic plots required for this book. Please consult the references in this chapter for more exciting plots that provide insight to your data.
This is followed by Chapter 2 on univariate data analysis, which is a comprehensive treatment of univariate techniques to quantify variability and then to compare variability. We look at various univariate distributions and consider tests of significance from a confidence-interval viewpoint. This is arguably a more useful and intuitive way, instead of using hypothesis tests.
The next chapter, Chapter 3, is on monitoring charts to track variability: a straightforward application of univariate data analysis and data visualization from the previous two chapters.
Chapter 4 introduces the area of multivariate data. The first natural application is least squares modelling, where we learn how variation in one variable is related to another variable. This chapter briefly covers multiple linear regression and outliers. We don’t cover nonlinear regression models but hope to add that in future updates to the book.
Chapter 5 covers designed experiments, where we intentionally introduce variation into our system to learn more about it. We learn how to use the models from the experiments to optimize our process (e.g. for improved profitability).
The final chapter, Chapter 6, is on latent variable modelling where we learn how to deal with multiple variables and extract information from them. This section is divided in several chapters (PCA, PLS, and applications). It is still a work in progress and will be improved in the future.
Because this is a predominantly electronic book, we resort to many hyperlinks in the text. We recommend a good PDF reader that allows forward and back navigation of links. However, we have ensured that a printed copy can be navigated just as easily, especially if you use the table of contents and index for cross referencing.
Updates: This book is continually updated; there isn’t a fixed edition. You should view it as a wiki. You might currently have an incomplete or older draft of the document. The latest version is always available at https://learnche.org/pid.
Acknowledgements: I would like to thank my students, teaching assistants, and instructors from McMaster University, as well as other universities who have, over the years, made valuable comments, suggestions and corrections. They have graciously given permission to use their solutions to various questions. Particular thanks to Emily Nichols (2010), Ian Washington (2011), Ryan McBride (2011), Stuart Young (2011), Mudassir Rashid (2011), Yasser Ghobara (2012), Pedro Castillo (2012), Miles Montgomery (2012), Cameron DiPietro (2012), Andrew Haines (2012), Krishna Patel (2012), Xin Yuan (2013), Sean Johnstone (2013), Jervis Pereira (2013), and Ghassan Marjaba (2014), Kyla Sask (2015, and 2016). Their contributions are greatly appreciated.
The textbook was used in an online course from July to August 2014, Experimentation for Improvement. Comments and feedback from that course have greatly improved this book. Thanks to all the Courserians. That Coursera course was relaunched, and is still active. All videos created for that, as well as videos created for the Ontario Online Initiative have been embedded in the textbook. Look for the YouTube videos on the web version of this book, or if reading it from a PDF, watch for the icon shown.

In particular, I’d like to thank Devon Mordell, from McMaster University, for her informal help on editing parts of the book. As well as countless others who have via email or web forms provided feedback. Any errors, poor spelling and grammar are entirely my own fault – any feedback to improve them will be appreciated.
Thanks also to instructors at other universities who have used these notes and slides in their courses and provided helpful feedback.
Tip
Copyright and Your Rights
This book is unusual in that it is not available from a publisher. You may download it electronically, use it for yourself, or share it with anyone.
The copyright to the book is held by Kevin Dunn, but it is licensed to you under the permissive Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.
In particular, you are free to
share - copy, distribute and transmit the work (which includes printing it).
adapt - but you must distribute the new result under the same or similar license to this one.
commercialize - you are allowed to create commercial applications based on this work.
attribute - but you must attribute the work as follows:
Using selected portions: “Portions of this work are the copyright of Kevin Dunn.”
Or if used in its entirety: “This work is the copyright of Kevin Dunn.”
You don’t have to, but it would be nice if you tell us you are using this book. That way we can let you know of any errors.
Please tell us if you find errors in these chapters, or have suggestions for improvements.
Please email to ask permission if you would like changes to the above terms and conditions.
Thanks, Kevin