| 
    Jpp 19.3.0-rc.3
    
   the software that should make you happy 
   | 
 
Abstract minimiser. More...
#include <JRegressor.hh>
  
Public Types | |
| typedef double | result_type | 
Public Member Functions | |
| JAbstractMinimiser () | |
| Default constructor.   | |
| template<class JFunction_t , class T > | |
| result_type | operator() (const JFunction_t &fit, T __begin, T __end) | 
| Get chi2.   | |
Public Attributes | |
| JModel_t | value | 
| model value   | |
Static Public Attributes | |
| static int | debug = 0 | 
| debug level (default is off).   | |
Abstract minimiser.
This "minimiser" can be used to determine the chi2 of the data for a given model value.
Definition at line 25 of file JRegressor.hh.
| double JFIT::JAbstractMinimiser< JModel_t >::result_type | 
Definition at line 30 of file JRegressor.hh.
      
  | 
  inline | 
      
  | 
  inline | 
Get chi2.
| fit | fit function | 
| __begin | begin of data | 
| __end | end of data | 
Definition at line 48 of file JRegressor.hh.
| JModel_t JFIT::JAbstractMinimiser< JModel_t >::value | 
model value
Definition at line 59 of file JRegressor.hh.
      
  | 
  staticinherited | 
debug level (default is off).
Definition at line 45 of file JMessage.hh.