![]() |
aGrUM
0.20.2
a C++ library for (probabilistic) graphical models
|
<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.
computes the probability of chi2 value (used by the cache)
Definition at line 117 of file chiSquare.cpp.
References gum::Set< Key, Alloc >::emplace().
computes the probability of normal z value (used by the cache)
Definition at line 42 of file chiSquare.cpp.
References gum::Set< Key, Alloc >::emplace().
|
staticprivate |
max value to represent exp (x)
Definition at line 72 of file chiSquare.h.
|
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 |
1 / sqrt (pi)
Definition at line 69 of file chiSquare.h.
|
staticprivate |
log (sqrt (pi))
Definition at line 66 of file chiSquare.h.
|
staticprivate |
Required constant to compute the cdf.
maximum meaningful z value
Definition at line 57 of file chiSquare.h.