|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Result of a Laplace nuisance-profile computation. More...
#include <GradientHelper.h>
Public Attributes | |
| double | nll_hat = 1e300 |
| Profiled or approximate profiled NLL value. | |
| std::vector< double > | eta_hat |
| Estimated profiled nuisance vector. | |
| bool | ok = false |
| True when the computation produced a finite, usable result. | |
Result of a Laplace nuisance-profile computation.
Definition at line 49 of file GradientHelper.h.
| std::vector<double> LaplaceProfileComputation::eta_hat |
Estimated profiled nuisance vector.
Definition at line 51 of file GradientHelper.h.
| double LaplaceProfileComputation::nll_hat = 1e300 |
Profiled or approximate profiled NLL value.
Definition at line 50 of file GradientHelper.h.
| bool LaplaceProfileComputation::ok = false |
True when the computation produced a finite, usable result.
Definition at line 52 of file GradientHelper.h.