118 std::shared_ptr<JointDistribution> build_constraints_distribution();
128 std::shared_ptr<IContourExtractor> build_contour_extractor(
ContourAlgorithm ca);
132 std::shared_ptr<IContourExtractor> extractor;
ContourAlgorithm
Algorithm family used to extract contour paths from the profiled field.
@ AMS
Adaptive/marching-squares contour extractor.
@ MINUIT
Minuit contour extractor.
ProfilingMethod
Strategy used to reduce the full likelihood to a 2D profile.
@ SLICE
Fix all fit parameters except nuisances; scan only the selected axes.
@ FREE_PROJECTION
Fix selected axes and profile all remaining parameters.
@ PRIOR_CONSTRAINED_PROJECTION
Profile remaining parameters with Gaussian constraints around the fit result.
Progress-event types and callback interface for contour extraction.
std::function< void(const ContourProgressEvent &)> ContourProgressCallback
Callback signature used to receive contour progress events.
Gaussian copula implementation.
Abstract interface for likelihood functions used by the fitting layer.
Profiling strategies used to build two-dimensional likelihood scan requests.
Joint probability distribution built from marginals and a copula.
Two-dimensional profiled likelihood wrapper.
Generic likelihood profiling engine.
ProfilerMode
Available algorithms for profiling free parameters.
Decorator adding fallback behavior to contour extraction.
Likelihood decorator adding an external Gaussian constraint term.
Orchestrates profiled likelihood contour computation.
Contour compute_contour(double z, std::array< double, 4 > bounds, std::size_t resolution)
Computes a profiled 2D contour for a requested significance.
Evaluates a profiled NLL as a function of two scan coordinates.
Configuration object for ContourEngine.
ProfilerMode profile_backend
Backend used to profile nuisance/free parameters.
ProfilingMethod profiling_method
Profiling strategy used for non-displayed parameters.
ContourProgressCallback on_progress
Optional progress callback invoked during contour computation.
std::size_t y_id
Indices of the two fit parameters displayed on the contour axes.
std::optional< ContourAlgorithm > fallback_contour_method
Optional fallback algorithm if the primary fails.
ContourAlgorithm primary_contour_method
Primary contour extraction algorithm.
FitResult fr
Global fit result used for central values, uncertainties, and correlations.
Output of a contour extraction algorithm.
Summary of a global likelihood fit.