|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|

Public Member Functions | |
| None | __post_init__ (self) |
| "LikelihoodScanGrid" | from_cpp (cls, cpp_obj) |
| to_cpp (self) | |
Public Attributes | |
| x_param | |
| y_param | |
Static Public Attributes | |
| ParamId | x_param |
| ParamId | y_param |
| float | x_center = 0.0 |
| float | y_center = 0.0 |
| int | nx = 0 |
| int | ny = 0 |
| List | points = field(default_factory=list) |
Rectangular two-dimensional likelihood scan result.
Attributes:
x_param: First scanned fit parameter.
y_param: Second scanned fit parameter.
x_center: Reference value used to center the scan in x.
y_center: Reference value used to center the scan in y.
nx: Number of x grid points.
ny: Number of y grid points.
points: Flattened list of scan points.
Definition at line 386 of file StatisticInterface.py.
| None StatisticInterface.LikelihoodScanGrid.__post_init__ | ( | self | ) |
Validate scan parameter identifiers.
Definition at line 407 of file StatisticInterface.py.
| "LikelihoodScanGrid" StatisticInterface.LikelihoodScanGrid.from_cpp | ( | cls, | |
| cpp_obj | |||
| ) |
Create a Python scan grid from the bound C++ result.
Definition at line 413 of file StatisticInterface.py.
| StatisticInterface.LikelihoodScanGrid.to_cpp | ( | self | ) |
Convert this scan grid to the bound C++ representation.
Definition at line 425 of file StatisticInterface.py.
|
static |
Definition at line 403 of file StatisticInterface.py.
|
static |
Definition at line 404 of file StatisticInterface.py.
|
static |
Definition at line 405 of file StatisticInterface.py.
|
static |
Definition at line 401 of file StatisticInterface.py.
|
static |
Definition at line 399 of file StatisticInterface.py.
| StatisticInterface.LikelihoodScanGrid.x_param |
Definition at line 409 of file StatisticInterface.py.
|
static |
Definition at line 402 of file StatisticInterface.py.
|
static |
Definition at line 400 of file StatisticInterface.py.
| StatisticInterface.LikelihoodScanGrid.y_param |
Definition at line 410 of file StatisticInterface.py.