Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
CopulaType.h
Go to the documentation of this file.
1#ifndef COPULATYPE_H
2#define COPULATYPE_H
3
32enum class CopulaType {
33 GAUSSIAN,
35};
36
37#endif // COPULATYPE_H
CopulaType
Identifies the copula family used to model dependence.
Definition CopulaType.h:32
@ GAUSSIAN
Gaussian copula, defined by a correlation matrix.
@ STUDENT_T
Student-t copula, defined by a correlation matrix and degrees of freedom.