Latest News

A step by step example of a Central Composite Design (CCD)

A step by step example of a Central Composite Design (CCD)

Learn how to set up and analyze a Central Composite Design through a practical example. Discover how CCD helps find optimal conditions while detecting curvature in your process.

Read More
How to Perform ANOVA with Python

How to Perform ANOVA with Python

Learn to perform ANOVA analysis using Python and statsmodels. From basic model fitting to advanced techniques like backward elimination and quadratic terms.

Read More
QQ-Plots Explained

QQ-Plots Explained

Learn how to use Quantile-Quantile plots to validate ANOVA assumptions and ensure your statistical models are reliable. Discover what QQ-plots reveal about data normality and how to interpret different patterns.

Read More
Residual Analysis

Residual Analysis

Learn how to validate your DoE models through residual analysis, including visual comparisons, R-squared calculations, and residual plots to ensure your experimental conclusions are reliable.

Read More
Understanding the ANOVA Table Output

Understanding the ANOVA Table Output

A practical guide to reading and interpreting ANOVA tables in Design of Experiments. Learn what each column means and how to use the output for decision-making.

Read More
Testing ANOVA Assumptions

Testing ANOVA Assumptions

Learn to validate your ANOVA results by checking critical assumptions. Discover what can go wrong and how to spot problems before they invalidate your conclusions.

Read More
How to perform ANOVA

How to perform ANOVA

Learn how to properly build models in DoE using ANOVA. Discover the systematic approach to determine which parameters truly matter and build reliable predictive models.

Read More
Mathematical Models in DOE

Mathematical Models in DOE

Learn when and how to build mathematical models from your DOE results. Turn your experimental insights into predictive equations for complex optimization goals.

Read More
Create a Fractional Factorial Design in Python

Create a Fractional Factorial Design in Python

Learn to create efficient fractional factorial designs using pyDOE3: reduce experiment costs while maintaining statistical power through strategic confounding and resolution optimization.

Read More