Latin Hypercube Samples (lhs)
1.0
R, C++, and Rcpp code to generate Latin hypercube samples
|
#include "construct.h"
Namespaces | |
oacpp | |
oacpp::oaconstruct | |
Functions | |
int | oacpp::oaconstruct::bosecheck (int q, int ncol) |
int | oacpp::oaconstruct::bose (GaloisField &gf, bclib::matrix< int > &A, int ncol) |
int | oacpp::oaconstruct::itopoly (int n, int q, int d, std::vector< int > &coef) |
int | oacpp::oaconstruct::polyeval (GaloisField &gf, int d, std::vector< int > &poly, int arg, int *value) |
int | oacpp::oaconstruct::bushcheck (int q, int str, int ncol) |
int | oacpp::oaconstruct::bush (GaloisField &gf, bclib::matrix< int > &A, int str, int ncol) |
int | oacpp::oaconstruct::addelkempcheck (int q, int p, int ncol) |
int | oacpp::oaconstruct::addelkemp (GaloisField &gf, bclib::matrix< int > &A, int ncol) |
int | oacpp::oaconstruct::bosebushcheck (int q, int p, int ncol) |
int | oacpp::oaconstruct::bosebush (GaloisField &gf, bclib::matrix< int > &B, int ncol) |
int | oacpp::oaconstruct::bosebushlcheck (int s, int p, int lam, int ncol) |
int | oacpp::oaconstruct::bosebushl (GaloisField &gf, int lam, bclib::matrix< int > &B, 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.