Jpp
19.1.0-rc.1
the software that should make you happy
|
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 JFunction_t , class T > | |
result_type | operator() (const JFunction_t &fit, T __begin, T __end) |
Get chi2. More... | |
Public Attributes | |
JModel_t | value |
model value More... | |
Static Public Attributes | |
static int | debug = 0 |
debug level (default is off). More... | |
Abstract class for global fit method.
Definition at line 77 of file JRegressor.hh.
typedef JMinimiser_t<JModel_t> JFIT::JAbstractRegressor< JModel_t, JMinimiser_t >::minimiser_type |
Definition at line 80 of file JRegressor.hh.
typedef JRegressor<JModel_t, JMinimiser_t> JFIT::JAbstractRegressor< JModel_t, JMinimiser_t >::regressor_type |
Definition at line 81 of file JRegressor.hh.
typedef minimiser_type::result_type JFIT::JAbstractRegressor< JModel_t, JMinimiser_t >::result_type |
Definition at line 82 of file JRegressor.hh.
|
inline |
Global fit.
value | start value |
__begin | begin of data set |
__end | end of data set |
Definition at line 94 of file JRegressor.hh.
|
inlineinherited |
Get chi2.
fit | fit function |
__begin | begin of data |
__end | end of data |
Definition at line 48 of file JRegressor.hh.
|
inherited |
model value
Definition at line 59 of file JRegressor.hh.
|
staticinherited |
debug level (default is off).
Definition at line 45 of file JMessage.hh.