Jpp
17.3.2
the software that should make you happy
|
Interface for maximum likelihood estimator (M-estimator). More...
#include <JMEstimator.hh>
Public Member Functions | |
virtual | ~JMEstimator () |
Virtual destructor. More... | |
virtual double | getRho (const double z) const =0 |
Get maximum likelihood estimate. More... | |
virtual double | getPsi (const double z) const =0 |
Get derivative of maximum likelihood estimate. More... | |
Interface for maximum likelihood estimator (M-estimator).
Definition at line 20 of file JMEstimator.hh.
|
inlinevirtual |
|
pure virtual |
Get maximum likelihood estimate.
z | deviation |
Implemented in JFIT::JMEstimatorNormalWithBackground, JFIT::JMEstimatorTukey, JFIT::JMEstimatorNull, JFIT::JMEstimatorLinear, JFIT::JMEstimatorLorentzian, and JFIT::JMEstimatorNormal.
|
pure virtual |
Get derivative of maximum likelihood estimate.
z | deviation |
Implemented in JFIT::JMEstimatorNormalWithBackground, JFIT::JMEstimatorTukey, JFIT::JMEstimatorNull, JFIT::JMEstimatorLinear, JFIT::JMEstimatorLorentzian, and JFIT::JMEstimatorNormal.