bbdesign
Box-Behnken design
Description
returns
a numeric matrix dBB
= bbdesign(n
)dBB
containing a Box-Behnken design for
n
factors, where n
is a positive integer scalar
greater than or equal to 3. The size of dBB
is
m-by-n
, where m is the number
of runs (points) in the design. Each row of dBB
contains the settings
for all factors in a run, scaled between –1 and 1.
returns dBB
= bbdesign(n
,Name=Value
)dBB
with additional options specified by one or more name-value
arguments. For example, you can specify the number of center points, and the maximum number
of points per block.
[
additionally returns a 1-by-m vector containing the block numbers for
each run, using any of the input argument combinations in the previous syntaxes. The blocks
indicate the runs to measure under similar conditions in order to minimize the effect of
inter-block differences on the parameter estimates.dBB
,blocks
] = bbdesign(___)
Examples
Input Arguments
Output Arguments
References
[1] Box, G. E. P., W. G. Hunter, and J. S. Hunter. Statistics for Experimenters. Hoboken, NJ: Wiley-Interscience, 1978.
[2] Box, G. E. P., and D. Behnken. "Some New Three Level Designs for the Study of Quantitative Variables." Technometrics 2, no. 4 (November 1960): 455–75.
Version History
Introduced before R2006a