gstlal-inspiral  0.4.2
 All Classes Namespaces Files Functions Variables Pages
List of all members | Public Member Functions | Public Attributes
emcee.tests.LnprobGaussian Class Reference

Public Member Functions

def __init__
def __call__

Public Attributes

 icov
 cutoff

Detailed Description

Definition at line 45 of file tests.py.

Constructor & Destructor Documentation

def emcee.tests.LnprobGaussian.__init__ (   self,
  icov,
  cutoff = None 
)
Initialize a gaussian PDF with the given inverse covariance
matrix.  If not ``None``, ``cutoff`` truncates the PDF at the
given number of sigma from the origin (i.e. the PDF is
non-zero only on an ellipse aligned with the principal axes of
the distribution).  Without this cutoff, thermodynamic
integration with a flat prior is logarithmically divergent.

Definition at line 46 of file tests.py.


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