| 
    Jpp 19.3.0-rc.3
    
   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.   | |
| virtual double | getRho (const double z) const =0 | 
| Get maximum likelihood estimate.   | |
| virtual double | getPsi (const double z) const =0 | 
| Get derivative of maximum likelihood estimate.   | |
Interface for maximum likelihood estimator (M-estimator).
Definition at line 23 of file JMEstimator.hh.
      
  | 
  inlinevirtual | 
      
  | 
  pure virtual | 
Get maximum likelihood estimate.
| z | deviation | 
Implemented in JFIT::JMEstimatorLinear, JFIT::JMEstimatorLorentzian, JFIT::JMEstimatorNormal, JFIT::JMEstimatorNormalWithBackground, JFIT::JMEstimatorNull, and JFIT::JMEstimatorTukey.
      
  | 
  pure virtual | 
Get derivative of maximum likelihood estimate.
| z | deviation | 
Implemented in JFIT::JMEstimatorLinear, JFIT::JMEstimatorLorentzian, JFIT::JMEstimatorNormal, JFIT::JMEstimatorNormalWithBackground, JFIT::JMEstimatorNull, and JFIT::JMEstimatorTukey.