Jpp
16.0.0-rc.2
the software that should make you happy
|
Null M-estimator. More...
#include <JMEstimator.hh>
Public Member Functions | |
virtual double | getRho (const double z) const |
Get maximum likelihood estimate. More... | |
virtual double | getPsi (const double z) const |
Get derivative of maximum likelihood estimate. More... | |
Null M-estimator.
This is not an estimator at all, but an object that just returns whatever it is given. It was introduced so that the user can directly access the likelihood calculated by JRegressor<JEnergy>.
Definition at line 53 of file JMEstimator.hh.
|
inlinevirtual |
Get maximum likelihood estimate.
z | deviation |
Implements JFIT::JMEstimator.
Definition at line 56 of file JMEstimator.hh.
|
inlinevirtual |
Get derivative of maximum likelihood estimate.
z | deviation |
Implements JFIT::JMEstimator.
Definition at line 57 of file JMEstimator.hh.