Method
NumCosmoClusterPseudoCountsposterior_ndetone
Declaration [src]
gdouble
nc_cluster_pseudo_counts_posterior_ndetone (
NcClusterPseudoCounts* cpc,
NcHaloMassFunction* mfp,
NcHICosmo* cosmo,
NcClusterMass* clusterm,
gdouble z,
gdouble Mpl,
gdouble Mcl,
gdouble sigma_pl,
gdouble sigma_cl
)
Description [src]
Compute the posterior term contribution for a single detection (i-th term) assuming flat priors for the selection function and halo mass function. The routine uses the PL-CL cluster mass model to evaluate the likelihood term for the observed masses at given redshift.
Note: when redshift bounds are themselves modelled (z_min or z_max fitted) the caller must include the appropriate normalization factor for the true redshift prior. See higher-level posterior assembly routines for details.
Parameters
mfp-
Type:
NcHaloMassFunctionA
NcHaloMassFunction.The data is owned by the caller of the method. cosmo-
Type:
NcHICosmoA
NcHICosmo.The data is owned by the caller of the method. clusterm-
Type:
NcClusterMassA
NcClusterMass.The data is owned by the caller of the method. z-
Type:
gdoubleRedshift.
Mpl-
Type:
gdoublePlanck cluster mass.
Mcl-
Type:
gdoubleCLASH cluster mass.
sigma_pl-
Type:
gdoublePlanck mass error.
sigma_cl-
Type:
gdoubleCLASH mass error.