Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Distributions.cpp File Reference

#include "Distributions.h"

Include dependency graph for Distributions.cpp:

Include dependency graph

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

DistributionCreateDistribution (long type, Zahl para, Zahl para1)

Define Documentation

#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
 

#define CDF_NORM_P   0.2316419
 

coefficients for the polynomial approximation of the cdf.

#define QUANT_NORM_A0   2.515517
 

coefficients for Hasting's approximation.

#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
 


Function Documentation

Distribution * CreateDistribution ( long type,
Zahl para,
Zahl para1 )
 

This initializes a Distribution and returns a pointer to it.

Parameters:
type   defines which distribution is created, constants defined in Distributions.h
para   First parameter
para1   Second parameter (ignored if distribution has just one param)


Generated at Wed Jun 20 19:47:44 2001 for LDSequences by doxygen1.2.7 written by Dimitri van Heesch, © 1997-2001