Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
StatisticInterface.py File Reference

Go to the source code of this file.

Classes

class  StatisticInterface.ProfilingMethod
 
class  StatisticInterface.ContourAlgorithm
 
class  StatisticInterface.ProfilerMode
 
class  StatisticInterface.FitResultWithMaps
 
class  StatisticInterface.MLFitOptions
 
class  StatisticInterface.ContourOptions
 
class  StatisticInterface.Contour
 
class  StatisticInterface.LikelihoodScanPoint
 
class  StatisticInterface.LikelihoodScanGrid
 
class  StatisticInterface.StatisticInterface
 

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)