Static wrapper class for RANDLIB Library. More...
#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. | |
Static wrapper class for RANDLIB Library.
Definition at line 105 of file RanlibCPP.h.
| static double RandLib::chiPValue | ( | int | idf, | |
| double | alpha | |||
| ) | [inline, static] |
Returns a p-value for the chi distribution.
Definition at line 114 of file RanlibCPP.h.
References cdfchi().
RandLibURG RandLib::ur [static] |
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 110 of file RanlibCPP.h.
1.6.1