40 #ifndef _CONTINGENCYTABLEGENERATOR_H_ 41 #define _CONTINGENCYTABLEGENERATOR_H_ 45 #include "../Matrix/Matrix.h" 92 #endif //_CONTINGENCYTABLEGENERATOR_H_
This class allows to perform a correspondence analysis.
This is the interface for the Random Number Generators.
std::vector< size_t > ncolt_
RowMatrix< size_t > rcont2(const RandomFactory &generator= *RandomTools::DEFAULT_GENERATOR)
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)