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

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.
 

Detailed Description

User-facing MLE result keyed by physics parameter identifiers.

Definition at line 177 of file StatisticManager.h.

Member Data Documentation

◆ ell_hat

double FitResultWithMaps::ell_hat {0.0}

Minimum negative log-likelihood value.

Definition at line 183 of file StatisticManager.h.

◆ eta_hat

std::map<ParamId, double> FitResultWithMaps::eta_hat

Best-fit/profiler values of nuisance parameters.

Definition at line 180 of file StatisticManager.h.

◆ fit_ok

bool FitResultWithMaps::fit_ok {false}

True when the fit returned a usable parameter estimate.

Definition at line 178 of file StatisticManager.h.

◆ p_correlations

std::map<ParamId, std::map<ParamId, double> > FitResultWithMaps::p_correlations

Correlation matrix of fitted parameters.

Definition at line 182 of file StatisticManager.h.

◆ p_hat

std::map<ParamId, double> FitResultWithMaps::p_hat

Best-fit values of fitted parameters.

Definition at line 179 of file StatisticManager.h.

◆ p_hat_std

std::map<ParamId, double> FitResultWithMaps::p_hat_std

Profiled standard deviations of fitted parameters.

Definition at line 181 of file StatisticManager.h.


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