C++ main module for mmsd Package  1.0
Functions
distributions/STAT_Main.cpp File Reference
#include "STAT_UniformDistribution.h"
#include "STAT_ExponentialDistribution.h"
#include "STAT_GammaDistribution.h"
#include "STAT_NormalDistribution.h"
#include "STAT_DiracDistribution.h"
#include "STAT_PoissonDistribution.h"
#include "STAT_GeometricDistribution.h"
#include "STAT_InverseNormalDistribution.h"
#include "STAT_BinomialDistribution.h"
#include "STAT_BernoulliDistribution.h"
Include dependency graph for distributions/STAT_Main.cpp:

Functions

tBoolean testNormalDistribution ()
 
tBoolean testGammaDistribution ()
 
tBoolean testExponentialDistribution ()
 
tBoolean testUniformDistribution ()
 
tBoolean testPoissonDistribution ()
 
tBoolean testGeometricDistribution ()
 
tBoolean testBinomialDistribution ()
 
tBoolean testBernoulliDistribution ()
 
tBoolean testGrowthRate ()
 
tBoolean testFunctions ()
 
int main (int argc, char *argv[])
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)
tBoolean testBernoulliDistribution ( )

References STAT_BernoulliDistribution::New(), and tBoolean.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testBinomialDistribution ( )

References STAT_BinomialDistribution::New(), tBoolean, CORE_Array< T >::toString(), and tReal.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testExponentialDistribution ( )

References STAT_ExponentialDistribution::New(), tBoolean, and tReal.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testFunctions ( )

References STAT_Object::quantile(), tBoolean, and tReal.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testGammaDistribution ( )

References STAT_GammaDistribution::New(), tBoolean, and tReal.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testGeometricDistribution ( )

References STAT_GeometricDistribution::New(), tBoolean, CORE_Array< T >::toString(), and tReal.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testGrowthRate ( )
tBoolean testNormalDistribution ( )

References STAT_NormalDistribution::New(), tBoolean, and tReal.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testPoissonDistribution ( )

References STAT_PoissonDistribution::New(), tBoolean, CORE_Array< T >::toString(), and tReal.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

tBoolean testUniformDistribution ( )

References STAT_UniformDistribution::New(), tBoolean, and tReal.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function: