MathematicalFunctions Class
|
|
|
|
|
Class
Implements the common mathematical functions used by some random tests.
The class contains:
Constructors & Destructor
Class methods
Class Constructors & Destructors
|
|
|
MathematicalFunctions (); |
| |
|
Creates an object of the class. |
|
|
|
~MathematicalFunctions (); |
| |
|
Destroys the object. |
|
|
|
double LGamma(double); |
| |
|
Logarithm of gamma function. |
|
|
|
double IGamma(double, double); |
| |
|
incomplete gamma function. |
|
|
|
double IGammaC(double, double); |
| |
|
Complemented incomplete gamma integral. |
|
|
|
double PolEvl(double,double *, int);
|
| |
|
Evaluate polynomial of degree N. |
 |
|
double P1Evl(double, double *, int);
|
| |
|
Evaluate polynomial when coefficient of xN is 1.0.. |
|
|
|
double ErF(double); |
| |
|
Error function in double precision. |
|
|
|
double ErFc(double); |
| |
|
Error function in double precision. |
|
|
|
double Normal(double); |
| |
|
Statistical Normal function. |
|
|
|
bool GetError(); |
| |
|
Gets if a mathematical function has thrown an error. |
You can check the page Used Symbols for an explanation of the symbols near the information.
|
|
|