|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|


Public Member Functions | |
| to_cpp (self) | |
Static Public Attributes | |
| PROFILED_NUISANCE = st.StatisticLikelihoodMode.PROFILED_NUISANCE | |
| CHI2_MC_COVARIANCE = st.StatisticLikelihoodMode.CHI2_MC_COVARIANCE | |
Likelihood backend used by the statistic manager.
Attributes:
PROFILED_NUISANCE: Full likelihood backend with explicit nuisance
parameters, nuisance copula and experimental-observable copula.
CHI2_MC_COVARIANCE: Chi-square backend without explicit nuisance
coordinates. The covariance is estimated from Monte-Carlo theory
propagation and combined with the experimental covariance.
Definition at line 90 of file StatisticConfig.py.
| StatisticConfig.StatisticLikelihoodMode.to_cpp | ( | self | ) |
Convert this Python enum wrapper to the bound C++ enum.
Returns:
Bound C++ ``StatisticLikelihoodMode`` value.
Definition at line 104 of file StatisticConfig.py.
|
static |
Definition at line 102 of file StatisticConfig.py.
|
static |
Definition at line 101 of file StatisticConfig.py.