Method
NumCosmoClusterPseudoCountsposterior_numerator
Declaration [src]
gdouble
nc_cluster_pseudo_counts_posterior_numerator (
NcClusterPseudoCounts* cpc,
NcHaloMassFunction* mfp,
NcClusterMass* clusterm,
NcHICosmo* cosmo,
const gdouble z,
const gdouble* Mobs,
const gdouble* Mobs_params
)
Description [src]
Compute the numerator of the posterior integrand for a single object given fixed spectroscopic redshift. The function integrates the product of the selection function, the halo mass function and the observable likelihood over true mass to yield the posterior numerator contribution.
Parameters
mfp-
Type:
NcHaloMassFunctionA
NcHaloMassFunction.The data is owned by the caller of the method. clusterm-
Type:
NcClusterMassA
NcClusterMass.The data is owned by the caller of the method. cosmo-
Type:
NcHICosmoA
NcHICosmo.The data is owned by the caller of the method. z-
Type:
const gdoubleSpectroscopic redshift.
Mobs-
Type: An array of
doubleLogarithm base e of the observed mass.
The data is owned by the caller of the method. Mobs_params-
Type: An array of
doubleObserved mass paramaters.
The data is owned by the caller of the method.