CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/CommonTools/Statistics/interface/ChiSquaredProbability.h

Go to the documentation of this file.
00001 #ifndef ChiSquaredProbability_H
00002 #define ChiSquaredProbability_H
00003 
00010 float ChiSquaredProbability( double chiSquared, double nrDOF );
00011 float LnChiSquaredProbability( double chiSquared, double nrDOF );
00012 
00013 #endif