5 #ifndef BPP_NUMERIC_RANDOM_CONTINGENCYTABLEGENERATOR_H 6 #define BPP_NUMERIC_RANDOM_CONTINGENCYTABLEGENERATOR_H 9 #include "../Matrix/Matrix.h" 54 #endif // BPP_NUMERIC_RANDOM_CONTINGENCYTABLEGENERATOR_H
RowMatrix< size_t > rcont2()
std::vector< size_t > ncolt_
Generate a random contingency matrix with given marginal counts.
std::vector< size_t > nrowt_
std::vector< size_t > jwork_
std::vector< double > fact_
ContingencyTableGenerator(const std::vector< size_t > &nrowt, const std::vector< size_t > &ncolt)