Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
StatCache Struct Reference

Internal cache of currently selected observables, nuisances, correlations and fit state. More...

#include <StatisticManager.h>

Collaboration diagram for StatCache:

Public Attributes

std::map< ExperimentObs, double > exp_obs
 Experimental central values used by the current fit.
 
std::map< ParamId, double > eta_specs_real
 Selected nuisance parameters and their central values.
 
std::map< ParamId, double > p_specs
 Selected fit parameters and their initial values.
 
std::map< ParamId, std::map< ParamId, double > > SigmaEta
 Correlation matrix of selected nuisances.
 
std::map< ExperimentObs, std::map< ExperimentObs, double > > SigmaObs
 Correlation matrix of selected experimental observables.
 
FitResultWithMaps mle_result
 Last MLE result expressed with map-based identifiers.
 

Detailed Description

Internal cache of currently selected observables, nuisances, correlations and fit state.

Definition at line 190 of file StatisticManager.h.

Member Data Documentation

◆ eta_specs_real

std::map<ParamId, double> StatCache::eta_specs_real

Selected nuisance parameters and their central values.

Definition at line 192 of file StatisticManager.h.

◆ exp_obs

std::map<ExperimentObs, double> StatCache::exp_obs

Experimental central values used by the current fit.

Definition at line 191 of file StatisticManager.h.

◆ mle_result

FitResultWithMaps StatCache::mle_result

Last MLE result expressed with map-based identifiers.

Definition at line 197 of file StatisticManager.h.

◆ p_specs

std::map<ParamId, double> StatCache::p_specs

Selected fit parameters and their initial values.

Definition at line 193 of file StatisticManager.h.

◆ SigmaEta

std::map<ParamId, std::map<ParamId, double> > StatCache::SigmaEta

Correlation matrix of selected nuisances.

Definition at line 194 of file StatisticManager.h.

◆ SigmaObs

std::map<ExperimentObs, std::map<ExperimentObs, double> > StatCache::SigmaObs

Correlation matrix of selected experimental observables.

Definition at line 195 of file StatisticManager.h.


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