Virtual Method
NumCosmoClusterMassP_vec_z_lnMobs
Declaration [src]
void
P_vec_z_lnMobs (
NcClusterMass* clusterm,
NcHICosmo* cosmo,
const gdouble lnM,
const NcmVector* z,
const NcmMatrix* lnM_obs,
const NcmMatrix* lnM_obs_params,
NcmVector* res
)
Description [src]
This method computes the probability distribution of lnM for each redshift in z
given the true mass lnM and the observed mass proxies lnM_obs and their parameters lnM_obs_params.
Parameters
cosmo-
Type:
NcHICosmoA
NcHICosmo.The data is owned by the caller of the method. lnM-
Type:
const gdoubleLogarithm base e of the true mass.
z-
Type:
NcmVectorA
NcmVector.The data is owned by the caller of the method. lnM_obs-
Type:
NcmMatrixA
NcmMatrix.The data is owned by the caller of the method. lnM_obs_params-
Type:
NcmMatrixA
NcmMatrix.The argument can be NULL.The data is owned by the caller of the method. res-
Type:
NcmVectorA
NcmVectorto store the result.The data is owned by the caller of the method.