|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
High-level engine for profiled two-dimensional likelihood contours. More...
#include <chrono>#include "ILikelihood.h"#include "IProfilingStrategy.h"#include "IContourExtractor.h"#include "ProfiledLikelihood2D.h"#include "Profiler.h"#include "JointDistribution.h"#include "WithGaussianConstraints.h"#include "WithFallback.h"#include "AMSContourExtractor.h"#include "MnContourExtractor.h"#include "GaussianMarginal.h"#include "GaussianCopula.h"#include "ContourObserver.h"

Go to the source code of this file.
Classes | |
| struct | ContourConfig |
| Configuration object for ContourEngine. More... | |
| class | ContourEngine |
| Orchestrates profiled likelihood contour computation. More... | |
Enumerations | |
| enum class | ProfilingMethod { SLICE , FREE_PROJECTION , PRIOR_CONSTRAINED_PROJECTION } |
| Strategy used to reduce the full likelihood to a 2D profile. More... | |
| enum class | ContourAlgorithm { AMS , MINUIT } |
| Algorithm family used to extract contour paths from the profiled field. More... | |
High-level engine for profiled two-dimensional likelihood contours.
The contour engine combines three concerns:
Definition in file ContourEngine.h.
|
strong |
Algorithm family used to extract contour paths from the profiled field.
| Enumerator | |
|---|---|
| AMS | Adaptive/marching-squares contour extractor. |
| MINUIT | Minuit contour extractor. |
Definition at line 50 of file ContourEngine.h.
|
strong |
Strategy used to reduce the full likelihood to a 2D profile.
Definition at line 39 of file ContourEngine.h.