|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Single point of a two-dimensional likelihood scan. More...
#include <StatisticManager.h>
Public Attributes | |
| double | x = 0.0 |
| Coordinate along the first scanned fit parameter. | |
| double | y = 0.0 |
| Coordinate along the second scanned fit parameter. | |
| double | nll = 0.0 |
| Negative log-likelihood value at this point. | |
| double | delta_nll = 0.0 |
| Difference between nll and the minimum NLL found on the scan grid. | |
Single point of a two-dimensional likelihood scan.
Definition at line 152 of file StatisticManager.h.
| double LikelihoodScanPoint::delta_nll = 0.0 |
Difference between nll and the minimum NLL found on the scan grid.
Definition at line 156 of file StatisticManager.h.
| double LikelihoodScanPoint::nll = 0.0 |
Negative log-likelihood value at this point.
Definition at line 155 of file StatisticManager.h.
| double LikelihoodScanPoint::x = 0.0 |
Coordinate along the first scanned fit parameter.
Definition at line 153 of file StatisticManager.h.
| double LikelihoodScanPoint::y = 0.0 |
Coordinate along the second scanned fit parameter.
Definition at line 154 of file StatisticManager.h.