23 #ifndef GaussianDistribution_h
24 #define GaussianDistribution_h
67 inline double Mean()
const {
87 double A(
const double x);
88 double B(
const double x);
89 double C(
const double x);
90 double D(
const double x);
gaussian distribution class
double InverseCumulativeDistribution(const double percent)
Computes and returns the inverse cumulative distribution evaluated at the specified percentage value ...
This class is used to accumulate statistics on double arrays.
double StandardDeviation() const
Returns the standard deviation.
double p_stdev
Value of the standard deviation.
double CumulativeDistribution(const double value)
Computes and returns the cumulative distribution up to the specified value on the gaussian distributi...
double Probability(const double value)
Computes and returns the probability of the specified value on the gaussian distribution.
GaussianDistribution(const double mean=0.0, const double standardDeviation=1.0)
Constructs a gaussian distribution object.
double Mean() const
Returns the mean.
double p_mean
Value of the mean.