NOLHDRdesigns: List of De Rainville's Nearly Orthogonal Latin Hypercubes...

Description Usage Format Author(s) Source References See Also Examples

Description

A list of the NOLH designs for 8 to 29 input variables proposed by De Rainville in 2012. These designs are said to be an improvment of Cioppa's NOLH designs as they have the same structure but better dispersion measures like the discrepancy.

This list combines the csv files published by De Rainville (see Source), centered and normalized to integer values. It is used internally by the function nolhdrDesign which provides various normalizations.

Usage

1

Format

A list of 22 matrices representing designs of experiments for 8 to 29 input variables:

nolhdr08 to nolhdr11:

8, 9, 10, 11 input variables, 33 experiments.

nolhdr12 to nolhdr16:

12, 13, 14, 15, 16 input variables, 65 experiments.

nolhdr17 to nolhdr22:

17, 18, 19, 20, 21, 22 input variables, 129 experiments.

nolhdr23 to nolhdr29:

23, 24, 25, 26, 27, 28, 29 input variables, 257 experiments.

Author(s)

F.-M. De Rainville for the designs. P. Kiener for the R code.

Source

Main website: http://qrand.gel.ulaval.ca/

The python source code: https://github.com/fmder/pynolh/

The python package: https://pypi.org/project/pynolh/.

References

De Rainville F.-M., Gagne C., Teytaud O., Laurendeau D. (2012). Evolutionary optimization of low-discrepancy sequences. ACM Transactions on Modeling and Computer Simulation (TOMACS), 22(2), 9.

Cioppa T.M., Lucas T.W. (2007). Efficient nearly orthogonal and space-filling Latin hypercubes. Technometrics 49, 45-55.

See Also

The main function nolhdrDesign. Cioppa's NOLH design list: NOLHdesigns.

Examples

1
2
3
4
5
6
7
8
## data(NOLHDRdesigns)

## all matrices 
names(NOLHDRdesigns)
lapply(NOLHDRdesigns, tail, 2)

## The first matrix/design
NOLHDRdesigns[["nolhdr08"]]

DiceDesign documentation built on Feb. 13, 2021, 1:06 a.m.