Title: | High-Dimensional Orthogonal Maximin Distance Designs |
---|---|
Description: | Contains functions to construct high-dimensional orthogonal maximin distance designs in two, four, eight, and sixteen levels from rotating the Kronecker product of sub-Hadamard matrices. |
Authors: | Xu He [aut, cre], Fasheng Sun [aut] |
Maintainer: | Xu He <[email protected]> |
License: | LGPL-2.1 |
Version: | 1.0-1 |
Built: | 2024-10-15 06:31:57 UTC |
Source: | CRAN |
Generates a high-dimensional orthogonal maximin distance designs.
HDOMdesign(n,p,s) HDOM2(n,p) HDOM4(n,p) HDOM8(n,p) HDOM16(n,p)
HDOMdesign(n,p,s) HDOM2(n,p) HDOM4(n,p) HDOM8(n,p) HDOM16(n,p)
n |
Number of points. |
p |
Number of dimensions. |
s |
Number of levels. |
These functions generate high-dimensional orthogonal maximin distance designs. In particular, HDOM2, HDOM4, HDOM8, and HDOM16 generate designs in two, four, eight, and sixteen levels.
The value returned from the function is an n times p matrix giving the experimental design
HDOM2(n=80,p=60) HDOM4(n=80,p=60) HDOM8(n=80,p=60) HDOM16(n=80,p=60) HDOMdesign(n=80,p=60,s=4)
HDOM2(n=80,p=60) HDOM4(n=80,p=60) HDOM8(n=80,p=60) HDOM16(n=80,p=60) HDOMdesign(n=80,p=60,s=4)