HyperStudy

Central Composite Design (CCD)

Central Composite Design (CCD)

Previous topic Next topic No expanding text in this topic  

Central Composite Design (CCD)

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Central Composite Design contains an imbedded factorial or fractional factorial design with center points that are augmented with a group of `star points' that allow the estimation of curvature. If the distance between the center of the design space and a factorial point is ±1 unit for each factor, then the distance between the center of the design space and a star point is ±alpha with |alpha| > 1.  The precise value of alpha depends on certain properties desired for the design and on the number of factors involved.  The star points represent new extreme values (low and high) for each factor in the design. Similarly, the number of center point runs that the design is to contain also depends on certain properties required for the design.

ccd_starpoints

Generation of a central composite design for two factors

centralcomp

Generation of a central composite design for three factors

The values of alpha that define the type of central composite design include:

CCD Type

Terminology

Comments

Circumscribed

CCC

CCC designs are the original form of the central composite design. The star points are at some distance alpha from the center, based on the properties desired for the design and the number of factors in the design. The star points establish new extremes for the low and high settings for all factors. These designs have circular, spherical, or hyperspherical symmetry and require five levels for each factor. Augmenting an existing factorial or resolution V fractional factorial design with star points can produce this design.

Inscribed

CCI

For situations in which the limits specified for factor settings are truly limited, the CCI design uses the factor settings as the star points and creates a factorial or fractional factorial design within those limits (in other words, a CCI design is a scaled down CCC design with each factor level of the CCC design altered to generate the CCI design). This design also requires five levels of each factor.

Face Centered        

CCF

In this design, the star points are at the center of each face of the factorial space, so alpha = ± 1.  This variety requires three levels of each factor. Augmenting an existing factorial or resolution V design with appropriate star points can also produce this design.

ccd_stars2

Comparisons of the three types of central composite designs

Note:The CCC explores the largest process space and the CCI explores the smallest process space. Both the CCC and CCI are rotatable designs, but the CCF is not. In the CCC design, the design points describe a circle circumscribed about the factorial square. For three factors, the CCC design points describe a sphere around the factorial cube.

The Box-Behnken design and the CCF central composite design can be visualized as near compliments of each other. They both essentially suppress selected runs from a full factorial matrix in an attempt to maintain the higher order surface definition. For example, for three three-level variables, the full factorial run size is 27. The central composite plan drops all of the middle edge nodes, resulting in only fifteen runs. The Box-Behnken design is nearly the opposite in that it uses the twelve middle edge nodes and the center node to fit a 2nd order equation. Central composite plus Box-Behnken becomes a full factorial with extra samples taken at the center.

 

Usability Characteristics

Central Composite Design is generally used for fitting a second-order response surface.
In HyperStudy, the number of centre runs and axial distance, a, are parameters that you need to enter. HyperStudy also offers some preset values for a:

Preset name

Axial distance

No of centre runs

Rotatable

2

User defined

Orthogonal

1.41421

User defined

Rotatable & Orthogonal

2

12

On Face

1

User defined

User Defined

User defined

User defined

The total number of runs is a function of the number of input variables and the number of center points as the Total runs = 2^k + 2k + N center points (k = input variables)
When using CCD, HyperStudy has a limit of 20 input variables.
Any data in the inclusion matrix is combined with the run data for post-processing. Any run matrix point which is already part of the inclusion data will not be rerun.

 

Settings

In the Specifications step, you can change the following settings of CCD from the Settings tab.

Parameter

Default

Range

Description

Axial Distance

(axdis)

0

0

It is automatically calculated when ityp is 1 ~ 4; it can be modified when ityp = 5.

Inscribe

(inbd)

1

0 or 1

Whether to force the points within the input variable bounds or not.

0  points do not need to fill in the bounds

1  points need to fill in the bounds

Center runs

(ncen)

1

 

It is automatically determined when ityp = 3; users can modify it if ityp is not equal to 3.

Type

(ityp)

2

1 ~ 5

The type of axial scaling.

1  rotatable

2  orthogonal

3  rotatable & orthogonal

4  on face

5  user specified

Use Inclusion Matrix

false

true or false

Concatenation without duplication between the inclusion and the generated run matrix.