Method
NumCosmoDataClusterMassRichset_data
Declaration [src]
void
nc_data_cluster_mass_rich_set_data (
NcDataClusterMassRich* dmr,
NcmVector* lnM,
NcmVector* z,
NcmVector* lnR,
NcmVector* sigma_lnR
)
Description [src]
Sets the data of dmr. The sigma_lnR parameter represents the catalog
uncertainty on ln-richness for each cluster, which will be added in
quadrature to the model sigma.
Parameters
lnM-
Type:
NcmVectorA
NcmVector.The data is owned by the caller of the method. z-
Type:
NcmVectorA
NcmVector.The data is owned by the caller of the method. lnR-
Type:
NcmVectorA
NcmVector.The data is owned by the caller of the method. sigma_lnR-
Type:
NcmVectorA
NcmVectorcontaining catalog uncertainties on ln-richness.The data is owned by the caller of the method.