2.43.2.3 Response Surface Design
Contents
Introduction
Once significant factors that affect the response are found using a factorial design experiment, you can use response surface design to estimate a second-degree model. It gives a better approximation if there is curvature in the response by adding squared terms to the model.
Origin provides two types of response surface design
Central Composite
The central composite design consists of two blocks of experimental runs:
- Cube block: a set of factorial (full or fractional) points.
- Axial block: a set of axial points, establishing new extremes for the low and high settings for all factors.
Center points can be included in both cube block and axial block to better estimate curvature.
Central Composit design is recommededed when you need to explore the full experimental region including corners, want the flexibility to augment from a factorial screening design, or require precise estimation of quadratic effects across the entire factor space.
Box-Behnken
The Box-Behnken design does not contain an embedded factorial design. It has treatment combinations that are at the midpoints of edges of the experimental space and at the center. Its primary advantage is avoiding treatment combinations that are extreme, because there are no corner points or axial points in it. This could be useful when the points on the corners of the cube represent level combinations that are expensive or impossible to test because of physical process constraints.
Box-Behnken should be chosen when corner point combinations are impractical or impossible to run, you want fewer runs with good prediction quality, or you prefer a design with only three levels per factor for simpler implementation.
| Central Composite Design (CCD) | Box-Behnken Design (BBD) | |
|---|---|---|
| Structure | Factorial points + axial (star) points + center points | Incomplete three-level factorial with points at mid-edges + center points |
| Best When | You need high predictive capability across the entire design space, including the corners and axial regions | You want to avoid extreme corner points due to practical constraints (e.g., cost, safety, or physical impossibility) |
| Number of Levels per Factor | 5 (typically -alpha-1, 0, +1, +alpha) | 3 (-1, 0, +1) |
| Total Runs | Higher (2^k + 2k + n0 for full factorial base) | Lower (fewer runs than CCD for same factor count) |
| Run Efficiency | Less efficient (more runs required) | More efficient (fewer runs for same factor count) |
How to create the Design
Create Response Surface Design Design
- Select Statistics: Quality Improvement: Design of Experiment from Origin menu
- Select the Create Design icon and choose Response Surface Design from the list
Create Custom Response Surface Design
Please refer to the define custom design page for instructions
|
Topics covered in this section: |


