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

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 Gaussian copula backend.

The underlying C++ implementation samples a correlated Gaussian latent
vector and maps it component-wise through the standard normal CDF.

Definition at line 112 of file Copula.py.


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