Method

NumCosmoDataClusterNCountinit_from_sampling

Declaration [src]

void
nc_data_cluster_ncount_init_from_sampling (
  NcDataClusterNCount* ncount,
  NcmMSet* mset,
  gdouble area_survey,
  NcmRNG* rng
)

Description [src]

Initialize ncount from a sampling using mset as the fiducial model. The area of the survey is area_survey in units of square degrees. The random number generator rng is used to sample the data.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: gdouble

Area in units of square degrees.

rng

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.