Jpp  18.4.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 249 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 256 of file JPerth.cc.

257  {
258  JPerth(storage, data, ns);
259 
260  return JPerth::Q.getMean();
261  }
static JTOOLS::JQuantile Q
Definition: JPerth.cc:230
const JRegressorStorage_t & storage
Definition: JPerth.cc:263
const data_type & data
Definition: JPerth.cc:264
double getMean() const
Get mean value.
Definition: JQuantile.hh:252
Thread pool for fits to data.
Definition: JPerth.cc:135

Member Data Documentation

const JRegressorStorage_t& JRECONSTRUCTION::JPerth_t::storage

Definition at line 263 of file JPerth.cc.

const data_type& JRECONSTRUCTION::JPerth_t::data

Definition at line 264 of file JPerth.cc.

const size_t JRECONSTRUCTION::JPerth_t::ns

Definition at line 265 of file JPerth.cc.


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