AdaptiveRSPD {LatticeDesign} | R Documentation |
Sliced rotated sphere packing designs by enlarging a design
Description
Generates a sliced rotated sphere packing design by enlarging one rotated sphere packing design.
Usage
AdaptiveRSPD(p=2,n,w=100)
Arguments
p |
Number of dimensions, must be an integer greater than one. |
n |
Number of points of the small design, must be a positive integer. |
w |
Number of rotation matrices to try. |
Details
This function generates a small rotated sphere packing design and the candidate points for enlarging it.
Value
The value returned from the function is a list containing the following components:
Design |
The generated design. |
candidates |
The candidate points to add. |
generator |
The generator matrix. |
rotation |
The rotation matrix. |
delta |
The value of parameter delta. |
Theta |
The value of parameter Theta. |
l |
The value of parameter l. |
FillDistance |
The fill distance of the design for the nonboundary region. |
References
He, Xu (2018). "Sliced rotated sphere packing designs", Technometrics, 61(1): 66-76.
Examples
AdaptiveRSPD(p=2,n=50,w=100)