1 #ifndef _theplu_yat_statistics_chi2_ 2 #define _theplu_yat_statistics_chi2_ 25 #include <yat/utility/Matrix.h> 29 namespace statistics {
42 unsigned int dof(
void)
const;
93 unsigned long int total_;
Definition: MatrixBase.h:54
unsigned int dof(void) const
The Department of Theoretical Physics namespace as we define it.
This is the yat interface to GSL vector.
Definition: Vector.h:59
double p_value(void) const
Chi squared test.
Definition: Chi2.h:36
const utility::Matrix & expected(void) const
Interface to GSL matrix.
Definition: Matrix.h:104