|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Public Member Functions | |
| "LikelihoodScanPoint" | from_cpp (cls, cpp_obj) |
| to_cpp (self) | |
Static Public Attributes | |
| float | x = 0.0 |
| float | y = 0.0 |
| float | nll = 0.0 |
| float | delta_nll = 0.0 |
One grid point of a two-dimensional likelihood scan.
Attributes:
x: Value of the first scanned parameter.
y: Value of the second scanned parameter.
nll: Absolute negative log-likelihood value.
delta_nll: Difference with respect to the scan reference point.
Definition at line 350 of file StatisticInterface.py.
| "LikelihoodScanPoint" StatisticInterface.LikelihoodScanPoint.from_cpp | ( | cls, | |
| cpp_obj | |||
| ) |
Create a Python scan point from a bound C++ scan point.
Definition at line 366 of file StatisticInterface.py.
| StatisticInterface.LikelihoodScanPoint.to_cpp | ( | self | ) |
Convert this scan point to C++.
Definition at line 375 of file StatisticInterface.py.
|
static |
Definition at line 363 of file StatisticInterface.py.
|
static |
Definition at line 362 of file StatisticInterface.py.
|
static |
Definition at line 360 of file StatisticInterface.py.
|
static |
Definition at line 361 of file StatisticInterface.py.