|
HG-MD
1
|

Go to the source code of this file.
Namespaces | |
| namespace | constants |
| namespace | mathsFunc |
Namespace for some extra maths function that are often needed. | |
Typedefs | |
| typedef double | Mdouble |
Functions | |
| Mdouble | mathsFunc::gamma (Mdouble gamma_in) |
| This is the gamma function returns the true value for the half integer value. | |
| Mdouble | mathsFunc::chi_squared (Mdouble x, int k) |
| This is a chi_squared function return the value x and degrees of freedom k. | |
| Mdouble | mathsFunc::chi_squared_prob (Mdouble x, int k) |
| This is the function which actually gives the probability back using a chi squared test. | |
Variables | |
| const Mdouble | constants::pi = 3.14159265358979323851280895940618620443274267017841339111328125 |
| const Mdouble | constants::sqrt_pi = 1.772453850905516 |
| typedef double Mdouble |
1.7.6.1