|
Jpp test-rotations-old
the software that should make you happy
|
Tukey's biweight M-estimator. More...
#include <JMEstimator.hh>
Public Member Functions | |
| JMEstimatorTukey (const double k) | |
| Constructor. | |
| virtual double | getRho (const double z) const override |
| Get maximum likelihood estimate. | |
| virtual double | getPsi (const double z) const override |
| Get derivative of maximum likelihood estimate. | |
Public Attributes | |
| double | k |
Tukey's biweight M-estimator.
This estimator produces a redescending dependence for large deviations.
Definition at line 108 of file JMEstimator.hh.
|
inline |
|
inlineoverridevirtual |
Get maximum likelihood estimate.
| z | deviation |
Implements JFIT::JMEstimator.
Definition at line 120 of file JMEstimator.hh.
|
inlineoverridevirtual |
Get derivative of maximum likelihood estimate.
| z | deviation |
Implements JFIT::JMEstimator.
Definition at line 135 of file JMEstimator.hh.
| double JFIT::JMEstimatorTukey::k |
Definition at line 148 of file JMEstimator.hh.