|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Internal cache of currently selected observables, nuisances, correlations and fit state. More...
#include <StatisticManager.h>

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. | |
Internal cache of currently selected observables, nuisances, correlations and fit state.
Definition at line 190 of file StatisticManager.h.
| std::map<ParamId, double> StatCache::eta_specs_real |
Selected nuisance parameters and their central values.
Definition at line 192 of file StatisticManager.h.
| std::map<ExperimentObs, double> StatCache::exp_obs |
Experimental central values used by the current fit.
Definition at line 191 of file StatisticManager.h.
| FitResultWithMaps StatCache::mle_result |
Last MLE result expressed with map-based identifiers.
Definition at line 197 of file StatisticManager.h.
| std::map<ParamId, double> StatCache::p_specs |
Selected fit parameters and their initial values.
Definition at line 193 of file StatisticManager.h.
Correlation matrix of selected nuisances.
Definition at line 194 of file StatisticManager.h.
| std::map<ExperimentObs, std::map<ExperimentObs, double> > StatCache::SigmaObs |
Correlation matrix of selected experimental observables.
Definition at line 195 of file StatisticManager.h.