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

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
 

Detailed Description

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.

Member Function Documentation

◆ from_cpp()

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

◆ to_cpp()

StatisticInterface.LikelihoodScanPoint.to_cpp (   self)
Convert this scan point to C++.

Definition at line 375 of file StatisticInterface.py.

Member Data Documentation

◆ delta_nll

float StatisticInterface.LikelihoodScanPoint.delta_nll = 0.0
static

Definition at line 363 of file StatisticInterface.py.

◆ nll

float StatisticInterface.LikelihoodScanPoint.nll = 0.0
static

Definition at line 362 of file StatisticInterface.py.

◆ x

float StatisticInterface.LikelihoodScanPoint.x = 0.0
static

Definition at line 360 of file StatisticInterface.py.

◆ y

float StatisticInterface.LikelihoodScanPoint.y = 0.0
static

Definition at line 361 of file StatisticInterface.py.


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