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

Public Member Functions

Any to_cpp (self)
 

Public Attributes

 value
 

Static Public Attributes

str GAUSSIAN = "GAUSSIAN"
 
str STUDENT_T = "STUDENT_T"
 

Detailed Description

Available copula families supported by the statistic backend.

Attributes:
    GAUSSIAN: Gaussian copula based on a multivariate normal latent vector.
    STUDENT_T: Student-t copula, useful when stronger tail dependence is
        desired.

Definition at line 46 of file CopulaConfig.py.

Member Function Documentation

◆ to_cpp()

Any CopulaConfig.CopulaKind.to_cpp (   self)
Convert the Python enum value to the bound C++ ``CopulaType``.

Returns:
    The corresponding C++ enum value from ``statistic.CopulaType``.

Definition at line 58 of file CopulaConfig.py.

Member Data Documentation

◆ GAUSSIAN

str CopulaConfig.CopulaKind.GAUSSIAN = "GAUSSIAN"
static

Definition at line 55 of file CopulaConfig.py.

◆ STUDENT_T

str CopulaConfig.CopulaKind.STUDENT_T = "STUDENT_T"
static

Definition at line 56 of file CopulaConfig.py.

◆ value

CopulaConfig.CopulaKind.value

Definition at line 64 of file CopulaConfig.py.


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