C++ main module for mmsd Package
1.0
|
#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"
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[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
References tBoolean, testBernoulliDistribution(), testBinomialDistribution(), testExponentialDistribution(), testFunctions(), testGammaDistribution(), testGeometricDistribution(), testGrowthRate(), testNormalDistribution(), testPoissonDistribution(), and testUniformDistribution().
tBoolean testBernoulliDistribution | ( | ) |
References STAT_BernoulliDistribution::New(), and tBoolean.
Referenced by main().
tBoolean testBinomialDistribution | ( | ) |
References STAT_BinomialDistribution::New(), tBoolean, CORE_Array< T >::toString(), and tReal.
Referenced by main().
tBoolean testExponentialDistribution | ( | ) |
References STAT_ExponentialDistribution::New(), tBoolean, and tReal.
Referenced by main().
tBoolean testFunctions | ( | ) |
References STAT_Object::quantile(), tBoolean, and tReal.
Referenced by main().
tBoolean testGammaDistribution | ( | ) |
References STAT_GammaDistribution::New(), tBoolean, and tReal.
Referenced by main().
tBoolean testGeometricDistribution | ( | ) |
References STAT_GeometricDistribution::New(), tBoolean, CORE_Array< T >::toString(), and tReal.
Referenced by main().
tBoolean testGrowthRate | ( | ) |
References STAT_Distribution::adjustGrowthRate(), STAT_DiracDistribution::New(), STAT_PoissonDistribution::New(), STAT_InverseNormalDistribution::New(), STAT_NormalDistribution::New(), STAT_ExponentialDistribution::New(), STAT_GammaDistribution::New(), STAT_GeometricDistribution::New(), STAT_UniformDistribution::New(), tBoolean, and tReal.
Referenced by main().
tBoolean testNormalDistribution | ( | ) |
References STAT_NormalDistribution::New(), tBoolean, and tReal.
Referenced by main().
tBoolean testPoissonDistribution | ( | ) |
References STAT_PoissonDistribution::New(), tBoolean, CORE_Array< T >::toString(), and tReal.
Referenced by main().
tBoolean testUniformDistribution | ( | ) |
References STAT_UniformDistribution::New(), tBoolean, and tReal.
Referenced by main().