firecrown.models.cluster.kernel.TrueMass

firecrown.models.cluster.kernel.TrueMass#

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

Bases: object

The true mass kernel.

Assuming we measure the true mass, this will always be 1.

Public Methods:

distribution()

Evaluates and returns the mass distribution contribution to the integrand.


distribution()[source]#

Evaluates and returns the mass distribution contribution to the integrand.

We have set this to 1.0 (i.e. it does not affect the mass distribution)

Return type:

ndarray[Any, dtype[float64]]