Clhs
A R implementation of the conditioned Latin Hypercube Sampling method
Install / Use
/learn @pierreroudier/ClhsREADME
clhs
A fast implementation of the conditioned Latin Hypercube Sampling method
Installation
Stable(-ish) version
The easiest way to install the clhspackage is from CRAN:
install.packages("clhs")
Development version
You can install the latest development version using the devtools package to install clhs:
devtools::install_github("pierreroudier/clhs")
