Latin Hypercube Samples (lhs)
1.0
R, C++, and Rcpp code to generate Latin hypercube samples
|
Go to the source code of this file.
Namespaces | |
oacpp | |
oacpp::oaaddelkemp | |
Functions | |
int | oacpp::oaaddelkemp::addelkemp3check (int q, int p, int ncol) |
int | oacpp::oaaddelkemp::akeven (GaloisField &gf, int *kay, std::vector< int > &b, std::vector< int > &c, std::vector< int > &k) |
int | oacpp::oaaddelkemp::akodd (GaloisField &gf, int *kay, std::vector< int > &b, std::vector< int > &c, std::vector< int > &k) |
void | oacpp::oaaddelkemp::addelkempncheck (int q, int p, int akn, int ncol) |
int | oacpp::oaaddelkemp::addelkempn (GaloisField &gf, int akn, bclib::matrix< int > &A, int ncol) |
int | oacpp::oaaddelkemp::addelkemp3 (GaloisField &gf, bclib::matrix< int > &A, int ncol) |
License: This file may be freely used and shared according to the original license.
Reference:
Original Header:
These programs construct and manipulate orthogonal arrays. They were prepared by
- Art Owen
- Department of Statistics
- Sequoia Hall
- Stanford CA 94305
They may be freely used and shared. This code comes with no warranty of any kind. Use it at your own risk.
I thank the Semiconductor Research Corporation and the National Science Foundation for supporting this work.