| 
    Jpp
    16.0.0-rc.2
    
   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.  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 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.
| typedef double JFIT::JAbstractMinimiser< JModel_t >::result_type | 
Definition at line 28 of file JRegressor.hh.
      
  | 
  inline | 
      
  | 
  inline | 
Get chi2.
| fit | fit function | 
| __begin | begin of data | 
| __end | end of data | 
Definition at line 46 of file JRegressor.hh.
| JModel_t JFIT::JAbstractMinimiser< JModel_t >::value | 
model value
Definition at line 57 of file JRegressor.hh.
      
  | 
  staticinherited | 
debug level (default is off).
Definition at line 45 of file JMessage.hh.
 1.8.5