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
32
enum class
CopulaType
{
33
GAUSSIAN
,
34
STUDENT_T
35
};
36
37
#endif
// COPULATYPE_H
CopulaType
CopulaType
Identifies the copula family used to model dependence.
Definition
CopulaType.h:32
CopulaType::GAUSSIAN
@ GAUSSIAN
Gaussian copula, defined by a correlation matrix.
CopulaType::STUDENT_T
@ STUDENT_T
Student-t copula, defined by a correlation matrix and degrees of freedom.
Hyperiso
core
src
Statistic
domain
Copula
CopulaType.h
Generated by
1.9.8