Tip: For a complete list of DOE scripting options, select Help > Scripting Index, select Objects from the menu, and search for DOE.
DOE(
	Custom Design,
	Add Factor( Continuous, -1, 1, "X1", 0 ),
	Add Factor( Continuous, -1, 1, "X2", 0 ),
	Set Random Seed( 34067086 ),
	Make Design
);
DOE Starting Design = matrix;
DOE K Exchange Value = 3;
Defines a vector that is added to the diagonal elements of the X'X matrix. This new matrix is used in finding the D-optimal design. The following example adds the elements of vector to the diagonal elements of the XX matrix:
Bayes Diagonal = vector:

Help created on 10/11/2018