#include <time.h>
#include <vector>
#include <cmath>
#include <numeric>
#include <boost/math/distributions/chi_squared.hpp>
#include <boost/math/distributions/inverse_chi_squared.hpp>
#include <boost/math/distributions/non_central_chi_squared.hpp>
Go to the source code of this file.
|
double | Util::GetGValue (unsigned int, unsigned int, ContingencyTableStruct &, std::vector< double >, unsigned int, unsigned int &) |
| Computes the G-value.
|
|
void | Util::GTest (unsigned int, unsigned int, ContingencyTableStruct &, std::vector< double >) |
| Computes the p-value.
|
|
void | Util::StartClock (timespec &) |
|
double | Util::EndClock (timespec &) |
|