Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
StatisticInterface.LikelihoodScanGrid Class Reference
Collaboration diagram for StatisticInterface.LikelihoodScanGrid:

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)
 

Detailed Description

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.

Member Function Documentation

◆ __post_init__()

None StatisticInterface.LikelihoodScanGrid.__post_init__ (   self)
Validate scan parameter identifiers.

Definition at line 407 of file StatisticInterface.py.

◆ from_cpp()

"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.

◆ to_cpp()

StatisticInterface.LikelihoodScanGrid.to_cpp (   self)
Convert this scan grid to the bound C++ representation.

Definition at line 425 of file StatisticInterface.py.

Member Data Documentation

◆ nx

int StatisticInterface.LikelihoodScanGrid.nx = 0
static

Definition at line 403 of file StatisticInterface.py.

◆ ny

int StatisticInterface.LikelihoodScanGrid.ny = 0
static

Definition at line 404 of file StatisticInterface.py.

◆ points

List StatisticInterface.LikelihoodScanGrid.points = field(default_factory=list)
static

Definition at line 405 of file StatisticInterface.py.

◆ x_center

float StatisticInterface.LikelihoodScanGrid.x_center = 0.0
static

Definition at line 401 of file StatisticInterface.py.

◆ x_param [1/2]

ParamId StatisticInterface.LikelihoodScanGrid.x_param
static

Definition at line 399 of file StatisticInterface.py.

◆ x_param [2/2]

StatisticInterface.LikelihoodScanGrid.x_param

Definition at line 409 of file StatisticInterface.py.

◆ y_center

float StatisticInterface.LikelihoodScanGrid.y_center = 0.0
static

Definition at line 402 of file StatisticInterface.py.

◆ y_param [1/2]

ParamId StatisticInterface.LikelihoodScanGrid.y_param
static

Definition at line 400 of file StatisticInterface.py.

◆ y_param [2/2]

StatisticInterface.LikelihoodScanGrid.y_param

Definition at line 410 of file StatisticInterface.py.


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