|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
User-facing MLE result keyed by physics parameter identifiers. More...
#include <StatisticManager.h>
Public Attributes | |
| bool | fit_ok {false} |
| True when the fit returned a usable parameter estimate. | |
| std::map< ParamId, double > | p_hat |
| Best-fit values of fitted parameters. | |
| std::map< ParamId, double > | eta_hat |
| Best-fit/profiler values of nuisance parameters. | |
| std::map< ParamId, double > | p_hat_std |
| Profiled standard deviations of fitted parameters. | |
| std::map< ParamId, std::map< ParamId, double > > | p_correlations |
| Correlation matrix of fitted parameters. | |
| double | ell_hat {0.0} |
| Minimum negative log-likelihood value. | |
User-facing MLE result keyed by physics parameter identifiers.
Definition at line 177 of file StatisticManager.h.
| double FitResultWithMaps::ell_hat {0.0} |
Minimum negative log-likelihood value.
Definition at line 183 of file StatisticManager.h.
| std::map<ParamId, double> FitResultWithMaps::eta_hat |
Best-fit/profiler values of nuisance parameters.
Definition at line 180 of file StatisticManager.h.
| bool FitResultWithMaps::fit_ok {false} |
True when the fit returned a usable parameter estimate.
Definition at line 178 of file StatisticManager.h.
Correlation matrix of fitted parameters.
Definition at line 182 of file StatisticManager.h.
| std::map<ParamId, double> FitResultWithMaps::p_hat |
Best-fit values of fitted parameters.
Definition at line 179 of file StatisticManager.h.
| std::map<ParamId, double> FitResultWithMaps::p_hat_std |
Profiled standard deviations of fitted parameters.
Definition at line 181 of file StatisticManager.h.