Jpp
17.0.0-rc.1
the software that should make you happy
|
Regressor function object for JPoint4D fit using JSimplex minimiser. More...
#include <JPoint4DRegressor.hh>
Public Types | |
typedef JSimplex< JPoint4D > | minimiser_type |
typedef JRegressor< JPoint4D, JSimplex > | regressor_type |
typedef minimiser_type::result_type | result_type |
Public Member Functions | |
JRegressor (double sigma) | |
Constructor. More... | |
template<class JHit_t > | |
double | operator() (const JPoint4D &vx, const JHit_t &hit) const |
result_type | operator() (const JPoint4D &value, T __begin, T __end) |
Global fit. More... | |
double | operator() (const JFunction_t &fit, T __begin, T __end) |
Multi-dimensional fit. More... | |
double | operator() (const JFunction_t &fit, T __begin, T __end, const JPoint4D &step) |
1D fit. More... | |
Public Attributes | |
JLANG::JSharedPointer < JMEstimator > | estimator |
M-Estimator function. More... | |
double | sigma |
Time resolution [ns]. More... | |
JPoint4D | value |
std::vector< JPoint4D > | step |
int | numberOfIterations |
Static Public Attributes | |
static int | MAXIMUM_ITERATIONS |
maximal number of iterations More... | |
static double | EPSILON |
maximal distance to minimum More... | |
static int | debug = 0 |
debug level (default is off). More... | |
Regressor function object for JPoint4D fit using JSimplex minimiser.
Definition at line 28 of file JPoint4DRegressor.hh.
|
inherited |
Definition at line 78 of file JRegressor.hh.
|
inherited |
Definition at line 79 of file JRegressor.hh.
|
inherited |
Definition at line 80 of file JRegressor.hh.
|
inline |
Constructor.
Definition at line 36 of file JPoint4DRegressor.hh.
|
inline |
Definition at line 50 of file JPoint4DRegressor.hh.
|
inlineinherited |
Global fit.
value | start value |
__begin | begin of data set |
__end | end of data set |
Definition at line 92 of file JRegressor.hh.
|
inlineinherited |
Multi-dimensional fit.
The given fit function should return the equivalent of chi2 for the current value of the given model and a given data point.
fit | fit function |
__begin | begin of data |
__end | end of data |
Definition at line 71 of file JSimplex.hh.
|
inlineinherited |
1D fit.
The given fit function should return the equivalent of chi2 for the current value of the given model and a given data point.
fit | fit function |
__begin | begin of data |
__end | end of data |
step | step direction |
Definition at line 178 of file JSimplex.hh.
JLANG::JSharedPointer<JMEstimator> JFIT::JRegressor< JPoint4D, JSimplex >::estimator |
M-Estimator function.
Definition at line 61 of file JPoint4DRegressor.hh.
double JFIT::JRegressor< JPoint4D, JSimplex >::sigma |
Time resolution [ns].
Definition at line 62 of file JPoint4DRegressor.hh.
|
staticinherited |
maximal number of iterations
maximal number of iterations.
Definition at line 237 of file JSimplex.hh.
|
staticinherited |
maximal distance to minimum
maximal distance to minimum.
Definition at line 238 of file JSimplex.hh.
|
inherited |
Definition at line 240 of file JSimplex.hh.
|
inherited |
Definition at line 241 of file JSimplex.hh.
|
inherited |
Definition at line 242 of file JSimplex.hh.
|
staticinherited |
debug level (default is off).
Definition at line 45 of file JMessage.hh.