|
Latin Hypercube Samples (lhs)
1.0
R, C++, and Rcpp code to generate Latin hypercube samples
|
Functions | |
| void | OA_strworkcheck (double work, int str) |
| void | OA_strength (int q, const bclib::matrix< int > &A, int *str, int verbose) |
| int | OA_str0 (int q, const bclib::matrix< int > &A, int verbose) |
| int | OA_str1 (int q, const bclib::matrix< int > &A, int verbose) |
| int | OA_str2 (int q, const bclib::matrix< int > &A, int verbose) |
| int | OA_str3 (int q, const bclib::matrix< int > &A, int verbose) |
| int | OA_str4 (int q, const bclib::matrix< int > &A, int verbose) |
| int | OA_strt (int q, const bclib::matrix< int > &A, int t, int verbose) |
Algorithms to check the strength of an orthogonal array
| int oacpp::oastrength::OA_str0 | ( | int | q, |
| const bclib::matrix< int > & | A, | ||
| int | verbose | ||
| ) |
Check strength 0
| q | |
| A | |
| verbose |
| int oacpp::oastrength::OA_str1 | ( | int | q, |
| const bclib::matrix< int > & | A, | ||
| int | verbose | ||
| ) |
Check strength 1
| q | |
| A | |
| verbose |
| int oacpp::oastrength::OA_str2 | ( | int | q, |
| const bclib::matrix< int > & | A, | ||
| int | verbose | ||
| ) |
Check strength 2
| q | |
| A | |
| verbose |
| int oacpp::oastrength::OA_str3 | ( | int | q, |
| const bclib::matrix< int > & | A, | ||
| int | verbose | ||
| ) |
Check strength 3
| q | |
| A | |
| verbose |
| int oacpp::oastrength::OA_str4 | ( | int | q, |
| const bclib::matrix< int > & | A, | ||
| int | verbose | ||
| ) |
Check strength 4
| q | |
| A | |
| verbose |
| void oacpp::oastrength::OA_strength | ( | int | q, |
| const bclib::matrix< int > & | A, | ||
| int * | str, | ||
| int | verbose | ||
| ) |
Calculate and return the strength of the array A.
Verbose:
| q | |
| A | |
| str | |
| verbose |
| int oacpp::oastrength::OA_strt | ( | int | q, |
| const bclib::matrix< int > & | A, | ||
| int | t, | ||
| int | verbose | ||
| ) |
Check an arbitrary strength
| q | |
| A | |
| t | |
| verbose |
| void oacpp::oastrength::OA_strworkcheck | ( | double | work, |
| int | str | ||
| ) |
warn about large work loads in strength checking programs
| work | |
| str |