Jpp 20.0.0-195-g190c9e876
the software that should make you happy
Loading...
Searching...
No Matches
JRECONSTRUCTION::JPerth_t Struct Reference

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

Public Member Functions

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

Public Attributes

const JRegressorStorage_tstorage
 
const data_typedata
 
const size_t ns
 

Detailed Description

Auxiliary data structure for chi2 function object.

Definition at line 285 of file JPerth.cc.

Member Function Documentation

◆ operator()()

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

Get chi2.

Parameters
optionoption
Returns
chi2/NDF

Definition at line 292 of file JPerth.cc.

293 {
294 JPerth(storage, data, ns, option);
295
296 return JPerth::Q.getMean(0.0);
297 }
double getMean() const
Get mean value.
const JRegressorStorage_t & storage
Definition JPerth.cc:299
const data_type & data
Definition JPerth.cc:300
Thread pool for fits to data.
Definition JPerth.cc:162
static JMATH::JQuantile_t Q
Definition JPerth.cc:266

Member Data Documentation

◆ storage

const JRegressorStorage_t& JRECONSTRUCTION::JPerth_t::storage

Definition at line 299 of file JPerth.cc.

◆ data

const data_type& JRECONSTRUCTION::JPerth_t::data

Definition at line 300 of file JPerth.cc.

◆ ns

const size_t JRECONSTRUCTION::JPerth_t::ns

Definition at line 301 of file JPerth.cc.


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