Jpp
|
Abstract class for global fit method. More...
#include <JRegressor.hh>
Public Types | |
typedef JMinimiser_t< JModel_t > | minimiser_type |
typedef JRegressor< JModel_t, JMinimiser_t > | regressor_type |
typedef minimiser_type::result_type | result_type |
Public Member Functions | |
template<class T > | |
result_type | operator() (const JModel_t &value, T __begin, T __end) |
Global fit. More... | |
template<class T1 , class T2 > | |
result_type | operator() (const JModel_t &value, T1 __begin1, T1 __end1, T2 __begin2, T2 __end2) |
Global fit. More... | |
Abstract class for global fit method.
Definition at line 75 of file JRegressor.hh.
typedef JMinimiser_t<JModel_t> JFIT::JAbstractRegressor< JModel_t, JMinimiser_t >::minimiser_type |
Definition at line 78 of file JRegressor.hh.
typedef JRegressor<JModel_t, JMinimiser_t> JFIT::JAbstractRegressor< JModel_t, JMinimiser_t >::regressor_type |
Definition at line 79 of file JRegressor.hh.
typedef minimiser_type::result_type JFIT::JAbstractRegressor< JModel_t, JMinimiser_t >::result_type |
Definition at line 80 of file JRegressor.hh.
|
inline |
Global fit.
value | start value |
__begin | begin of data set |
__end | end of data set |
Definition at line 92 of file JRegressor.hh.
|
inline |
Global fit.
value | start value |
__begin1 | begin of first data set |
__end1 | end of first data set |
__begin2 | begin of second data set |
__end2 | end of second data set |
Definition at line 111 of file JRegressor.hh.