#include "Distributions.h"Include dependency graph for Distributions.cpp:

Defines | |
| #define | QUANT_NORM_A0 2.515517 |
| #define | QUANT_NORM_A1 0.802853 |
| #define | QUANT_NORM_A2 0.010328 |
| #define | QUANT_NORM_B1 1.432788 |
| #define | QUANT_NORM_B2 0.189269 |
| #define | QUANT_NORM_B3 0.001308 |
| #define | CDF_NORM_P 0.2316419 |
| #define | CDF_NORM_B1 0.319381530 |
| #define | CDF_NORM_B2 -0.356563782 |
| #define | CDF_NORM_B3 1.781477937 |
| #define | CDF_NORM_B4 -1.821255978 |
| #define | CDF_NORM_B5 1.330274429 |
Functions | |
| Distribution* | CreateDistribution (long type, Zahl para, Zahl para1) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
coefficients for the polynomial approximation of the cdf.
|
|
|
coefficients for Hasting's approximation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This initializes a Distribution and returns a pointer to it.
|
1.2.7 written by Dimitri van Heesch,
© 1997-2001