Jpp
18.3.1
the software that should make you happy
|
Normal M-estimator with background. More...
#include <JMEstimator.hh>
Public Member Functions | |
JMEstimatorNormalWithBackground (const double p) | |
Constructor. More... | |
virtual double | getRho (const double z) const override |
Get maximum likelihood estimate. More... | |
virtual double | getPsi (const double z) const override |
Get derivative of maximum likelihood estimate. More... | |
Public Attributes | |
double | p |
Normal M-estimator with background.
Definition at line 152 of file JMEstimator.hh.
|
inline |
|
inlineoverridevirtual |
Get maximum likelihood estimate.
z | deviation |
Implements JFIT::JMEstimator.
Definition at line 164 of file JMEstimator.hh.
|
inlineoverridevirtual |
Get derivative of maximum likelihood estimate.
z | deviation |
Implements JFIT::JMEstimator.
Definition at line 171 of file JMEstimator.hh.
double JFIT::JMEstimatorNormalWithBackground::p |
Definition at line 178 of file JMEstimator.hh.