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: NcmVector

A NcmVector.

The data is owned by the caller of the method.
z

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.
lnR

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.
sigma_lnR

Type: NcmVector

A NcmVector containing catalog uncertainties on ln-richness.

The data is owned by the caller of the method.