Latest News

Filter by category

Showing 10 of 37 posts

All-Subset Regression

All-Subset Regression

Instead of removing terms one by one, all-subset regression evaluates every possible combination of factors and picks the best model directly. Here's how it works and how it compares to ANOVA.

Read More
Foldover Designs

Foldover Designs

Learn how foldover designs resolve confounding in fractional factorial experiments by adding a mirror-image set of runs, with a practical example showing how a misleading effect gets unmasked.

Read More
Active Effects: Not Everything Matters Equally

Active Effects: Not Everything Matters Equally

Learn what active effects are, how to distinguish them from inactive ones, and why the principles of effect sparsity and effect hierarchy are the foundation of efficient experimental design.

Read More
Getting Started with Bayesian Optimization (BoFire)

Getting Started with Bayesian Optimization (BoFire)

A practical walkthrough of using the BoFire Python package to optimize chemical processes efficiently

Read More
Blocking in Practice: How to Actually Do It

Blocking in Practice: How to Actually Do It

Learn how blocking is implemented in experimental design through confounding, see a practical comparison of blocked vs. unblocked designs, and understand why randomization alone isn't enough.

Read More
Getting Started with Bayesian Optimization (NEXTorch)

Getting Started with Bayesian Optimization (NEXTorch)

A practical walkthrough of using the NEXTorch Python package to optimize chemical processes efficiently

Read More
Getting Started with Bayesian Optimization (BayBE)

Getting Started with Bayesian Optimization (BayBE)

A practical walkthrough of using the BayBE Python package to optimize chemical processes efficiently

Read More
A Technical Guide to Bayesian Optimization

A Technical Guide to Bayesian Optimization

How Bayesian Optimization decides which experiment to run next: surrogate models approximate your expensive experiments, and acquisition functions balance exploring the unknown with exploiting what looks promising.

Read More
Why You Should Always Code Your Variables

Why You Should Always Code Your Variables

Learn why coding variables is essential in DoE. Discover how standardizing factor scales prevents misleading coefficients and enables accurate model interpretation.

Read More
The Path of Steepest Ascent

The Path of Steepest Ascent

Learn how to use the path of steepest ascent to optimize processes systematically. Includes practical examples for linear models with and without interactions.

Read More