#include <RanlibCPP.h>
Static Public Member Functions | |
static double | chiPValue (int idf, double alpha) |
Returns a p-value for the chi distribution. | |
Static Public Attributes | |
static RandLibURG | ur |
The static instance of the wrapper class. |
Definition at line 92 of file RanlibCPP.h.
|
Returns a p-value for the chi distribution.
Definition at line 101 of file RanlibCPP.h. References cdfchi(). |
|
The static instance of the wrapper class. This is done to make sure that the random number generator is seeded and only once. Definition at line 97 of file RanlibCPP.h. |