powered by
Generates a sliced rotated sphere packing design by enlarging one rotated sphere packing design.
AdaptiveRSPD(p=2,n,w=100)
The value returned from the function is a list containing the following components:
The generated design.
The candidate points to add.
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 of the small design, must be a positive integer.
Number of rotation matrices to try.
This function generates a small rotated sphere packing design and the candidate points for enlarging it.
He, Xu (2018). "Sliced rotated sphere packing designs", Technometrics, 61(1): 66-76.
AdaptiveRSPD(p=2,n=50,w=100)
Run the code above in your browser using DataLab