This Might Be the Future of DoE
Discover how Bayesian Optimization might revolutionize experimental design by saving time and resources efficiently. It might be smarter than you.
How to create a central composite design (CCD) with python
Here I show you how to create a central composite design (CCD) with Python. It’s really easy to do.
NOBODY has time for 243 experiments: Try CCD
Central composite designs are used instead of multilevel full factorial designs to optimize (min./max.) a system or to estimate non-linear relationships.
Fractional vs. Full Factorial Design
Comparing fractional design results to the results from a full factorial design with twice as many runs.
How to create a fractional factorial design with Python
Fractional design is a real timesaver. Forget about full factorial design. Get started here.
How to control ANOVA assumptions
If you perform an ANOVA, you need to check if the data is normally distributed, the variances are homogeneous, and the observations are independent.
A full factorial design in Python from Beginning to End
This is an example about how to perform a 2-level full factorial design with python from beginning to end.
What is a QQ-Plot and why is it important?
QQ-plots are an important part of model control…
Evaluating Model Performance with Residual Analysis
Validating your model is as important as building it… Learn how to
ANOVA with Python for intermediates
Learn how to perform an ANOVA with Python
What is ANOVA? A beginners guide
The basics that you need to know about ANOVA
What is a model in DoE and why do I need one?
This is how to make complexity simple…
Visualizing data from a full factorial design with Python
Learn to visualize your results with the Python library Seaborn
Create a full factorial design in DoE with Python
A guide to creating a full factorial design with python
Some basics in Python before you start with DoE
Learn the basics in Python quickly
Getting started with Python for DoE
How to install python on your computer and execute your first python program
Why blocking matters
An example from a real experiment…
Replication, Randomization and Blocking in DoE
A way to reduce variability, randomness and bias in DoE
Understanding Systematic and Random errors
Let's discuss errors so we can prevent them.
Advanced DoE plans (part 1)
A comparison between fractional factorial, full factorial and central composite design