|
Jpp 21.0.0-rc.1
the software that should make you happy
|
Data point for value with error. More...
#include <JRootfit.hh>
Public Types | |
| typedef std::shared_ptr< JMEstimator > | estimator_type |
Public Member Functions | |
| m_value () | |
| Default constructor. | |
| m_value (const double value, const double error) | |
| Constructor. | |
| double | getRho (const double z) const |
| Get chi2. | |
| double | getPsi (const double z) const |
| Get derivative of chi2. | |
Static Public Member Functions | |
| static const estimator_type & | getMEstimator () |
| Get M-estimator. | |
| static const void | setMEstimator (int type) |
| Set M-estimator. | |
Public Attributes | |
| double | value |
| value | |
| double | error |
| error | |
Static Private Member Functions | |
| static estimator_type & | get_mestimator () |
| Get M-estimator. | |
Data point for value with error.
Definition at line 189 of file JRootfit.hh.
| std::shared_ptr<JMEstimator> JROOT::m_value::estimator_type |
Definition at line 191 of file JRootfit.hh.
|
inline |
Default constructor.
Definition at line 196 of file JRootfit.hh.
|
inline |
|
inline |
Get chi2.
| z | expectation value |
Definition at line 221 of file JRootfit.hh.
|
inline |
Get derivative of chi2.
| z | expectation value |
Definition at line 235 of file JRootfit.hh.
|
inlinestatic |
Get M-estimator.
Definition at line 252 of file JRootfit.hh.
|
inlinestatic |
Set M-estimator.
| type | M-estimator type |
Definition at line 263 of file JRootfit.hh.
|
inlinestaticprivate |
Get M-estimator.
Definition at line 274 of file JRootfit.hh.
| double JROOT::m_value::value |
value
Definition at line 243 of file JRootfit.hh.
| double JROOT::m_value::error |
error
Definition at line 244 of file JRootfit.hh.