Method
NumCosmoDataClusterNCountadd_bin
Declaration [src]
void
nc_data_cluster_ncount_add_bin (
NcDataClusterNCount* ncount,
NcmVector* lnM_obs_lb,
NcmVector* lnM_obs_ub,
NcmVector* z_obs_lb,
NcmVector* z_obs_ub,
NcmVector* lnM_obs_params,
NcmVector* z_obs_params
)
Description [src]
Adds a new bin using the lower and upper bounds defined in
(lnM_obs_lb, lnM_obs_ub), (z_obs_lb z_obs_ub). Optionally, population-level
observational parameters can be specified for the bin via lnM_obs_params and z_obs_params.
If NULL, no population systematics are assumed for this bin.
Parameters
lnM_obs_lb-
Type:
NcmVectorA
NcmVector.The data is owned by the caller of the method. lnM_obs_ub-
Type:
NcmVectorA
NcmVector.The data is owned by the caller of the method. z_obs_lb-
Type:
NcmVectorA
NcmVector.The data is owned by the caller of the method. z_obs_ub-
Type:
NcmVectorA
NcmVector.The data is owned by the caller of the method. lnM_obs_params-
Type:
NcmVectorA
NcmVectorwith lnM observational parameters for this bin.The argument can be NULL.The data is owned by the caller of the method. z_obs_params-
Type:
NcmVectorA
NcmVectorwith z observational parameters for this bin.The argument can be NULL.The data is owned by the caller of the method.