2 #define ErrorOfSigma_h 1
Small helper class that computes the lower and upper error of sigma assuming a normal distribution...
double upperError(double sigma)
The upper error of sigma.
virtual double getChiSquaredPlus()
Returns the chisquared value with P(chisquared) == 0.84.
double lowerError(double sigma)
The lower error of sigma.
unsigned _n
The number of degrees of freedom.
virtual ~ErrorOfSigma()
Virtual d'tor.
virtual double getChiSquaredMinus()
Returns the chisquared value with P(chisquared) == 0.16.
ErrorOfSigma(unsigned n)
C'tor takes the number of measured values.