Latest News

Response Surface Methodology (RSM)

Response Surface Methodology (RSM)

Learn how Response Surface Methodology uses sequential experiments and polynomial models to navigate the optimization landscape and find better process conditions step by step.

Read More
Why Blocking Matters

Why Blocking Matters

A real-world example showing what happens when you skip blocking in your DoE. Learn from this epoxy coating experiment how batch-to-batch variability can confound your results—and how blocking prevents it.

Read More
Understanding Systematic and Random Errors

Understanding Systematic and Random Errors

Learn to identify, understand, and manage systematic and random errors in experimental design. Discover how these errors impact accuracy and precision, and master the strategies to minimize their effects on your DoE results.

Read More
How to create a Box-Behnken Design in Python

How to create a Box-Behnken Design in Python

Learn to create efficient Box-Behnken designs using pyDOE3: a practical guide for optimizing processes with fewer experiments while exploring quadratic effects and curvature.

Read More
Testing Bayesian Optimization for Lab Experiments

Testing Bayesian Optimization for Lab Experiments

Comparing Bayesian Optimization against random sampling and fractional factorial design using real lab data. Learn how BayBE achieves 98% success rate vs 50% for random approaches in optimizing coating hardness.

Read More
Understanding Bayesian Optimization

Understanding Bayesian Optimization

Discover how Bayesian Optimization revolutionizes experimental design by using machine learning to intelligently guide experiments, saving time and resources compared to traditional DoE methods.

Read More
Central Composite Design vs. Box-Behnken Design

Central Composite Design vs. Box-Behnken Design

Learn the key differences between Central Composite and Box-Behnken designs, and discover which response surface design is best for your optimization experiments.

Read More
A full factorial design in Python from beginning to end

A full factorial design in Python from beginning to end

A comprehensive step-by-step guide to implementing 2-level full factorial designs using Python. Learn to create experimental plans, visualize main effects and interactions, perform ANOVA, conduct model diagnostics, and generate 3D surface plots - all with practical code examples and real filtration rate data.

Read More
Create a Central Composite Design in Python

Create a Central Composite Design in Python

Practical, reproducible steps to build a CCD with Python.

Read More