User:Vkheman/sandbox
Space-filling design
In recent years, space-filling designs are used in computer experiments as they are thought to be more appropriate for deterministic computer models as opposed to traditional design of experiments[1].
| Contents |
|---|
- Background
- Types
- References
Background
Space-filling designs are a type of design of experiments, that spread the design points evenly or uniformly throughout the region of experimentation. This is a desirable feature if the experimenter doesn't know the form of the model that is required, and believes that interesting phenomena are likely to be found in different regions of the experimental space. In space-filling designs, traditional design of experiments approaches such as replication, randomization, and blocking are irrelevant. For a deterministic computer model this is desirable, because a single run of the computer model at a design point provides all the information about the response at that point and, since an actual physical experiment is not conducted, there is no need for blocking against external sources of variation.
Types
Some of the most widely used space-filling designs are
- Latin Hypercube Designs[2]: In a Latin Hypercube designs, each factor has as many levels as there are runs in the design. The levels are spaced evenly from the lower bound to the upper bound of the factor. The Latin Hypercube method chooses points to maximize the minimum distance between design points, but with a constraint. The constraint maintains the even spacing between factor levels.
- Sphere Packing Designs[3]: The Sphere-Packing design method maximizes the minimum distance between pairs of design points. The effect of this maximization is to spread the points out as much as possible inside the design region.
- Uniform Designs[4]: The Uniform design minimizes the discrepancy between the design points (empirical uniform distribution) and a theoretical uniform distribution.
- Maximum Entropy Designs[5]: The Maximum Entropy design is an alternative to the Latin Hypercube design for computer experiments. The Maximum Entropy design optimizes a measure of the amount of information contained in an experiment. They maximize the Shannon information of an experiment, assuming that the data come from a normal (m, s2 R) distribution, where is the correlation of response values at two different design points, xi and xj. Computationally, these designs maximize |R|, the determinant of the correlation matrix of the sample. If xi and xj are far apart, then Rij approaches zero. If xi and xj are close together, then Rij is near one.
- Minimum Potential Designs[6]: These design spread points out inside a sphere. This design can be imagined with points as electrons with springs attached to every other point. The coulomb force pushes the points apart, but the springs pull them together. The design is the spacing of points that minimizes the potential energy of the system. Minimum Potential designs have spherical symmetry and uniform spacing, and are nearly orthogonal.
References
- ^ Montgomery, Douglas (2017). Design and Analysis of Experiments. John Wiley.
- ^ McKay, M. D.; Beckman, R. J.; Conover, W. J. (1979). "A Comparison of Three Methods for Selecting Values of Input Variables in the Analysis of Output from a Computer Code". Technometrics. 21 (2): 239–245. doi:10.2307/1268522. ISSN 0040-1706.
- ^ Johnson, M.E.; Moore, L.M.; Ylvisaker, D. "Minimax and maximin distance designs". Journal of Statistical Planning and Inference. 26 (2): 131–148. doi:10.1016/0378-3758(90)90122-b. ISSN 0378-3758.
- ^ Fang, Kai-Tai; Lin, Dennis K.J.; Winker, Peter; Zhang, Yong (2000-08-01). "Uniform Design: Theory and Application". Technometrics. 42 (3): 237–248. doi:10.1080/00401706.2000.10486045. ISSN 0040-1706.
- ^ Shewry, M. C.; Wynn, H. P. (1987-01-01). "Maximum entropy sampling". Journal of Applied Statistics. 14 (2): 165–170. doi:10.1080/02664768700000020. ISSN 0266-4763.
- ^ "Minimum Potential Designs". www.jmp.com. Retrieved 2019-05-02.