|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Enumerates the supported copula families. More...

Go to the source code of this file.
Enumerations | |
| enum class | CopulaType { GAUSSIAN , STUDENT_T } |
| Identifies the copula family used to model dependence. More... | |
Enumerates the supported copula families.
This header defines CopulaType, an enum used to select which multivariate copula family should be instantiated by higher-level statistical factories such as CopulaFactory.
The copula determines the dependence structure between marginals, independently of the marginal distributions themselves.
Currently supported families are:
Definition in file CopulaType.h.
|
strong |
Identifies the copula family used to model dependence.
This enum is typically passed to CopulaFactory::create() together with a compatible configuration object.
| Enumerator | |
|---|---|
| GAUSSIAN | Gaussian copula, defined by a correlation matrix. |
| STUDENT_T | Student-t copula, defined by a correlation matrix and degrees of freedom. |
Definition at line 32 of file CopulaType.h.