|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Output of a constrained profile minimization. More...
#include <Profiler.h>
Public Attributes | |
| double | nll_hat = 1e300 |
| Minimum or approximate profiled NLL value. | |
| std::map< std::size_t, double > | theta_hat |
| Profiled parameter values keyed by global parameter index. | |
| bool | converged = false |
| True when the profiler accepted the result as reliable. | |
Output of a constrained profile minimization.
Definition at line 48 of file Profiler.h.
| bool ProfileResult::converged = false |
True when the profiler accepted the result as reliable.
Definition at line 51 of file Profiler.h.
| double ProfileResult::nll_hat = 1e300 |
Minimum or approximate profiled NLL value.
Definition at line 49 of file Profiler.h.
| std::map<std::size_t, double> ProfileResult::theta_hat |
Profiled parameter values keyed by global parameter index.
Definition at line 50 of file Profiler.h.