|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Go to the source code of this file.
Namespaces | |
| namespace | StatisticInterface |
Functions | |
| StatisticInterface._require (value, typ, str name) | |
| StatisticInterface._cpp_param_id (ParamId pid) | |
| ParamId | StatisticInterface._param_from_cpp (cpp_obj) |
| Dict[ParamId, float] | StatisticInterface._param_float_map_from_cpp (cpp_map) |
| StatisticInterface._param_float_map_to_cpp (Mapping[ParamId, float] values) | |
| Dict[ParamId, Dict[ParamId, float]] | StatisticInterface._param_nested_float_map_from_cpp (cpp_map) |
| StatisticInterface._cpp_experiment_obs (ExperimentObs obs) | |
| Dict[ExperimentObs, float] | StatisticInterface._experiment_float_map_from_cpp (cpp_map) |
| Dict[ExperimentObs, Dict[ExperimentObs, float]] | StatisticInterface._experiment_nested_float_map_from_cpp (cpp_map) |
| StatisticInterface._cpp_profiling_method (ProfilingMethod value) | |
| StatisticInterface._cpp_profile_backend (ProfilerMode value) | |
| StatisticInterface._cpp_contour_algorithm (ContourAlgorithm value) | |