Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
LikelihoodScanPoint Struct Reference

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.
 

Detailed Description

Single point of a two-dimensional likelihood scan.

Definition at line 152 of file StatisticManager.h.

Member Data Documentation

◆ delta_nll

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.

◆ nll

double LikelihoodScanPoint::nll = 0.0

Negative log-likelihood value at this point.

Definition at line 155 of file StatisticManager.h.

◆ x

double LikelihoodScanPoint::x = 0.0

Coordinate along the first scanned fit parameter.

Definition at line 153 of file StatisticManager.h.

◆ y

double LikelihoodScanPoint::y = 0.0

Coordinate along the second scanned fit parameter.

Definition at line 154 of file StatisticManager.h.


The documentation for this struct was generated from the following file: