Statistics Toolbox    
daugment

D-optimal augmentation of an experimental design.

Syntax

Description

settings = daugment(startdes,nruns) augments an initial experimental design, startdes, with nruns new tests.

[settings,X] = daugment(startdes,nruns,'model') also supplies the design matrix, X. The input, 'model', controls the order of the regression model. By default, daugment assumes a linear additive model. Alternatively, 'model' can be any of these:

daugment uses the coordinate exchange algorithm.

Example

We add 5 runs to a 22 factorial design to allow us to fit a quadratic model.

The result is a 32 factorial design.

See Also
cordexch, dcovary, rowexch


 crosstab dcovary