Statistics Toolbox
  Go to function:
    Search    Help Desk 
cordexch    Examples   See Also

D-optimal design of experiments - coordinate exchange algorithm.

Syntax

Description

settings = cordexch(nfactors,nruns) generates the factor settings matrix, settings, for a D-optimal design using a linear additive model with a constant term. settings has nruns rows and nfactors columns.

[settings,X] = cordexch(nfactors,nruns) also generates the associated design matrix, X.

[settings,X] = cordexch(nfactors,nruns,'model') produces a design for fitting a specified regression model. The input, 'model', can be one of these strings:

Example

The D-optimal design for two factors in nine run using a quadratic model is the 32 factorial as shown below:

See Also



[ Previous | Help Desk | Next ]