52#ifndef GUM_LEARNING_CHI2_H
53#define GUM_LEARNING_CHI2_H
59#define GUM_LEARNING_CONFIDENCE_PROBA 0.05
static double criticalValue(double proba, Size df)
Computes the critical chi2 value for a given confidence probability and number of degrees of freedom.
static double _probaZValue_(double z)
Computes the probability of normal z value.
static double probaChi2(double x, Size df)
Computes the probability of chi2 value.
std::size_t Size
In aGrUM, hashed values are unsigned long int.
gum is the global namespace for all aGrUM entities