Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
Statistic.py
Go to the documentation of this file.
1"""Public convenience exports for statistical inference interfaces."""
2
3from pyhyperiso.core.Statistic.StatisticConfig import (
4 StatisticConfig,
5 AdvancedStatisticConfig,
6 StatisticLikelihoodMode,
7 StatisticProgressMonitor,
8 StatisticProgressSnapshot,
9)
10from pyhyperiso.core.Statistic.StatisticInterface import (
11 StatisticInterface,
12 ContourOptions,
13 ContourAlgorithm,
14 ProfilingMethod,
15 ProfilerMode,
16 ProfileBackend,
17)
18
19from pyhyperiso.core.Statistic.ExperimentObs import ExperimentObs