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


Public Member Functions | |
| Any | to_cpp (self) |
Public Attributes | |
| value | |
Static Public Attributes | |
| str | GAUSSIAN = "GAUSSIAN" |
| str | STUDENT_T = "STUDENT_T" |
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.
| 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.
|
static |
Definition at line 55 of file CopulaConfig.py.
|
static |
Definition at line 56 of file CopulaConfig.py.
| CopulaConfig.CopulaKind.value |
Definition at line 64 of file CopulaConfig.py.