bbdesign
R2026bBox-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
Name-Value Arguments
Output Arguments
Alternative Functionality
Instead of using bbdesign, you can create a
responseSurfaceDOE object by using the responseSurfaceDOE
function. The responseSurfaceDOE function provides the following
advantages:
The function allows you to specify design options such as the factor names, factor level bounds, blocks, and experiment model.
In addition to returning the design runs, the function stores your specifications in the
responseSurfaceDOEobject properties.After you create a
responseSurfaceDOEobject, you can:Fit a linear regression model to the design run responses using the
fitlmfunction.Randomize the run order in the design using the
randomizeRunOrderfunction.Add replicates (duplicates of the original design runs) using the
addReplicatesfunction.
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
