firecrown.models.cluster.kernel.Completeness

firecrown.models.cluster.kernel.Completeness#

class firecrown.models.cluster.kernel.Completeness[source]#

Bases: object

The completeness kernel for the numcosmo simulated survey.

This kernel will affect the integrand by accounting for the incompleteness of a cluster selection.

Public Methods:

distribution(mass, z)

Evaluates and returns the completeness contribution to the integrand.


distribution(mass, z)[source]#

Evaluates and returns the completeness contribution to the integrand.

Parameters:
  • mass (ndarray[Any, dtype[float64]]) –

  • z (ndarray[Any, dtype[float64]]) –

Return type:

ndarray[Any, dtype[float64]]