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

Additional Inherited Members

- Public Member Functions inherited from Copula.Copula
 __init__ (self, Any cpp_obj)
 
"Copula" from_cpp (cls, Any cpp_obj)
 
Union[List[float], List[List[float]]] sample_u (self, Optional[int] n=None)
 
float log_density (self, Sequence[float] u)
 
float density (self, Sequence[float] u)
 
- Protected Attributes inherited from Copula.Copula
 _cpp_obj
 

Detailed Description

Wrapper for the Student-t copula backend.

The Student-t copula follows the same interface as the Gaussian copula but
can model stronger tail dependence through its degrees of freedom.

Definition at line 122 of file Copula.py.


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