Data point for counting measurement.
More...
#include <JRootfit.hh>
|
static double | epsilon () |
| Minimal value for numerical computations. More...
|
|
Data point for counting measurement.
Definition at line 64 of file JRootfit.hh.
◆ m_count() [1/2]
JROOT::m_count::m_count |
( |
| ) |
|
|
inline |
◆ m_count() [2/2]
JROOT::m_count::m_count |
( |
const size_t |
count | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 78 of file JRootfit.hh.
◆ epsilon()
static double JROOT::m_count::epsilon |
( |
| ) |
|
|
inlinestatic |
Minimal value for numerical computations.
- Returns
- epsilon
Definition at line 88 of file JRootfit.hh.
90 return std::numeric_limits<double>::min();
◆ getRho()
double JROOT::m_count::getRho |
( |
const double |
z | ) |
const |
|
inline |
Get chi2.
- Parameters
-
- Returns
- chi2
Definition at line 100 of file JRootfit.hh.
double poisson(const size_t n, const double mu)
Poisson probability density distribition.
static double epsilon()
Minimal value for numerical computations.
◆ getPsi()
double JROOT::m_count::getPsi |
( |
const double |
z | ) |
const |
|
inline |
Get derivative of chi2.
- Parameters
-
- Returns
- derivative of chi2
Definition at line 114 of file JRootfit.hh.
◆ count
size_t JROOT::m_count::count |
The documentation for this struct was generated from the following file: