Jpp
15.0.3
the software that should make you happy
|
Tukey's biweight M-estimator. More...
#include <JMEstimator.hh>
Public Member Functions | |
JMEstimatorTukey (const double __k) | |
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 | k |
Tukey's biweight M-estimator.
This estimator produces a redescending dependence for large deviations.
Definition at line 105 of file JMEstimator.hh.
|
inline |
|
inlineoverridevirtual |
Get maximum likelihood estimate.
z | deviation |
Implements JFIT::JMEstimator.
Definition at line 117 of file JMEstimator.hh.
|
inlineoverridevirtual |
Get derivative of maximum likelihood estimate.
z | deviation |
Implements JFIT::JMEstimator.
Definition at line 132 of file JMEstimator.hh.
double JFIT::JMEstimatorTukey::k |
Definition at line 145 of file JMEstimator.hh.