Method

NumCosmoDataClusterPseudoCountsinit_from_sampling

Declaration [src]

void
nc_data_cluster_pseudo_counts_init_from_sampling (
  NcDataClusterPseudoCounts* dcpc,
  NcmMSet* mset,
  NcmRNG* rng,
  const gint np
)

Description [src]

Initializes the cluster pseudo counts data by sampling np clusters. Sets the number of clusters and generates observational uncertainties for Planck and CLASH catalogs, then resamples the data using the provided model set mset and random number generator rng.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: NcmRNG

A NcmRNG.

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

Type: const gint

Number of clusters.