Statistics Toolbox | ![]() ![]() |
Generate candidate set for D-optimal design
Syntax
Description
xcand = candgen(nfactors,'
generates a candidate set appropriate for a D-optimal design with model
')
nfactors
factors and the model model
. The output matrix xcand
has nfactors columns, with each row representing the coordinates of a candidate point. model
is one of:
Alternatively, model
can be a matrix of term definitions as accepted by the x2fx
function.
[xcand,fxcand] = candgen(nfactors,model)
returns both the matrix of factor values xcand
and the matrix of term values fxcand
. You can input the latter to candexch
to generate the D-optimal design.
See Also
![]() | candexch | canoncorr | ![]() |