Description Value Fields Examples
sFFLHD object that gives a batch of points at a time.
A sFFLHD object
Dnumeric. The number of dimensions for the design. Must be set.
Lnumeric. The number of points in each batch, also the number of levels of each dimension. Must be set.
maximinlogical. Should maximin distance be used to space out points? TRUE by default. Only used while lb <= 100, not worth it once the boxes are very small.
anumeric. A root of L that determines the intermediate stages. Is automatically set to smallest possible value, which is recommended.
binteger. The batch number.
nbinteger. The number of points selected so far.
lbnumeric. Current levels of the small grid.
Lbnumeric. Current levels of the intermediate grid.
Xbmatrix. Current design matrix, continuous from 0 to 1.
Vbmatrix. Small grid design.
Mbmatrix. Intermediate grid design.
Wbmatrix. Big grid design.
A1matrix. The first OA slice.
rinteger. Used to keep track of loop index.
pinteger. Used to keep track of loop index.
Armatrix. Current Ar.
stageinteger. Current stage.
viiinteger. Used to keep track of location in stage 2.
Fsliceslist. A list of slices.
FF1.1matrix. Temporary matrix used to generate slices.
Mb.storematrix. Temporary storage of Mb.
v.shuffleinteger. A storage value for storing order. Requires extra optimization.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.