Main Content
candgen
Candidate set generation
Syntax
Description
specifies additional options using one or more name-value arguments in addition to any of
the input argument combinations in the previous syntaxes. For example, you can specify the
lower and upper bounds for each factor, and the indices of categorical factors.dC
= candgen(___,Name=Value
)
Examples
Input Arguments
Output Arguments
Alternative Functionality
The rowexch
function automatically generates a
candidate set using candgen
, and then creates a D-optimal design from
that candidate set using candexch
. Call candexch
separately to specify your own candidate set for the row-exchange algorithm.