powered by
Generates a sliced rotated sphere packing design by partitioning one rotated sphere packing design.
SlicedRSPD(p=2,n,rotation="magic",w=100)
The value returned from the function is a list containing the following components:
The generated design.
The slice indexes of design points.
The generator matrix.
The rotation matrix.
The value of parameter delta.
The value of parameter Theta.
The value of parameter l.
The fill distance of the design for the nonboundary region.
Number of dimensions, must be an integer greater than one.
Number of points, must be a positive integer.
Optional, whether to use magic rotation matrices (for p=2, recommended) or random rotation matrices.
Number of rotation matrices to try.
This function generates a rotated sphere packing design and the slice indexes of points.
He, Xu (2019). "Sliced rotated sphere packing designs", Technometrics, 61(1): 66-76.
SlicedRSPD(p=2,n=50,rotation="magic",w=100)
Run the code above in your browser using DataLab