Main Page
Namespaces
Classes
Package Documentation
CommonTools
Statistics
interface
ChiSquared.h
Go to the documentation of this file.
1
#ifndef ChiSquared_H
2
#define ChiSquared_H
3
4
20
class
ChiSquared
{
21
22
public
:
23
24
ChiSquared
(
float
value
,
float
ndf) :
theValue
(value),
theNDF
(ndf) {}
25
26
float
value
()
const
;
27
float
degreesOfFreedom
()
const
;
28
float
probability
()
const
;
29
float
lnProbability
()
const
;
30
31
private
:
32
33
float
theValue
,
theNDF
;
34
35
};
36
37
#endif
ChiSquared::lnProbability
float lnProbability() const
Definition:
ChiSquared.cc:23
ChiSquared::theNDF
float theNDF
Definition:
ChiSquared.h:33
ChiSquared::degreesOfFreedom
float degreesOfFreedom() const
Definition:
ChiSquared.cc:11
ChiSquared::ChiSquared
ChiSquared(float value, float ndf)
Definition:
ChiSquared.h:24
ChiSquared::value
float value() const
Definition:
ChiSquared.cc:5
value
Definition:
value.py:1
ChiSquared
Definition:
ChiSquared.h:20
ChiSquared::probability
float probability() const
Definition:
ChiSquared.cc:17
ChiSquared::theValue
float theValue
Definition:
ChiSquared.h:33
Generated for CMSSW Reference Manual by
1.8.11