| 
    Jpp
    16.0.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::JMEstimatorTukey, JFIT::JMEstimatorLinear, JFIT::JMEstimatorLorentzian, JFIT::JMEstimatorNormal, and JFIT::JMEstimatorNull.
      
  | 
  pure virtual | 
Get derivative of maximum likelihood estimate.
| z | deviation | 
Implemented in JFIT::JMEstimatorTukey, JFIT::JMEstimatorLinear, JFIT::JMEstimatorLorentzian, JFIT::JMEstimatorNormal, and JFIT::JMEstimatorNull.
 1.8.5