Jpp  19.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
JRECONSTRUCTION::JPerth_t Struct Reference

Auxiliary data structure for chi2 function object. More...

Public Member Functions

double operator() (const int option) const
 Get chi2. More...
 

Public Attributes

const JRegressorStorage_tstorage
 
const data_typedata
 
const size_t ns
 

Detailed Description

Auxiliary data structure for chi2 function object.

Definition at line 252 of file JPerth.cc.

Member Function Documentation

double JRECONSTRUCTION::JPerth_t::operator() ( const int  option) const
inline

Get chi2.

Parameters
optionoption
Returns
chi2/NDF

Definition at line 259 of file JPerth.cc.

260  {
261  JPerth(storage, data, ns);
262 
263  return JPerth::Q.getMean();
264  }
const JRegressorStorage_t & storage
Definition: JPerth.cc:266
const data_type & data
Definition: JPerth.cc:267
static JMATH::JQuantile_t Q
Definition: JPerth.cc:233
Thread pool for fits to data.
Definition: JPerth.cc:138
double getMean() const
Get mean value.
Definition: JQuantile_t.hh:60

Member Data Documentation

const JRegressorStorage_t& JRECONSTRUCTION::JPerth_t::storage

Definition at line 266 of file JPerth.cc.

const data_type& JRECONSTRUCTION::JPerth_t::data

Definition at line 267 of file JPerth.cc.

const size_t JRECONSTRUCTION::JPerth_t::ns

Definition at line 268 of file JPerth.cc.


The documentation for this struct was generated from the following file: