npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
statUncertainties.hh File Reference

Uncertainties of various sample statistics. More...

Go to the source code of this file.

Namespaces

 npstat
 

Functions

double npstat::meanUncertainty (double sigmaEstimate, unsigned long n)
 
double npstat::varianceUncertainty (double sigma, double kurtosis, unsigned long n)
 
double npstat::cdfUncertainty (double cdf, unsigned long n)
 
double npstat::quantileUncertainty (const AbsDistribution1D &distro, double cdf, unsigned long n)
 
double npstat::quantileDeltaUncertainty (const AbsDistribution1D &distro, double cdf1, double cdf2, unsigned long n)
 
double npstat::gaussianMedianUncertainty (double sigmaEstimate, unsigned long n)
 
double npstat::gaussianVarianceUncertainty (double sigmaEstimate, unsigned long n)
 
double npstat::gaussianStdevUncertainty (double sigmaEstimate, unsigned long n)
 
double npstat::gaussianSkewnessUncertainty (unsigned long n)
 
double npstat::gaussianKurtosisUncertainty (unsigned long n)
 

Detailed Description

Uncertainties of various sample statistics.

Author: I. Volobouev

July 2016