![]() |
aGrUM
0.16.0
|
<agrum/FMDP/learning/core/testPolicy/chiSquare.h> More...
#include <chiSquare.h>
Static Public Member Functions | |
static double | probaChi2 (double x, Size df) |
computes the probability of chi2 value (used by the cache) More... | |
<agrum/FMDP/learning/core/testPolicy/chiSquare.h>
Definition at line 48 of file chiSquare.h.
Required constant to compute the cdf.
Definition at line 80 of file chiSquare.h.
References __probaZValue().
Referenced by probaChi2().
computes the probability of normal z value (used by the cache)
Definition at line 43 of file chiSquare.cpp.
References __Z_MAX.
Referenced by __exp(), and probaChi2().
computes the probability of chi2 value (used by the cache)
Definition at line 118 of file chiSquare.cpp.
References __BIGX, __exp(), __I_SQRT_PI, __LOG_SQRT_PI, and __probaZValue().
Referenced by gum::LeafPair::likelyhood(), gum::Chi2TestPolicy< GUM_SCALAR >::score(), and gum::GTestPolicy< GUM_SCALAR >::score().
|
staticprivate |
max value to represent exp (x)
Definition at line 72 of file chiSquare.h.
Referenced by probaChi2().
|
staticprivate |
accuracy of critchi approximation
Definition at line 60 of file chiSquare.h.
|
staticprivate |
maximum chi square value
Definition at line 63 of file chiSquare.h.
|
staticprivate |
|
staticprivate |
|
staticprivate |
Required constant to compute the cdf.
maximum meaningful z value
Definition at line 57 of file chiSquare.h.
Referenced by __probaZValue().