|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Generic likelihood profiling engine. More...


Go to the source code of this file.
Classes | |
| struct | ProfileRequest |
| Input specification for a constrained profile minimization. More... | |
| struct | ProfileResult |
| Output of a constrained profile minimization. More... | |
| class | Profiler |
| Minimizes a likelihood over free parameters subject to fixed constraints. More... | |
Enumerations | |
| enum class | ProfilerMode { MINUIT , LAPLACE_NUISANCE } |
| Available algorithms for profiling free parameters. More... | |
Generic likelihood profiling engine.
This file declares the request/result structures and the Profiler class used to minimize likelihoods under fixed-parameter constraints.
Definition in file Profiler.h.
|
strong |
Available algorithms for profiling free parameters.
| Enumerator | |
|---|---|
| MINUIT | Use the configured numerical minimizer backend. |
| LAPLACE_NUISANCE | Use the Laplace nuisance approximation when possible, with Minuit fallback. |
Definition at line 25 of file Profiler.h.