Method

NumCosmoClusterMassRichnessset_sample_full_dist

Declaration [src]

void
nc_cluster_mass_richness_set_sample_full_dist (
  NcClusterMassRichness* mr,
  gboolean on
)

Description [src]

Sets the sampling strategy for richness values.

When on is TRUE: Samples are drawn from the full Gaussian distribution. Out-of-range samples (below CUT or above lnR_max) should be discarded, modeling the selection effect where low-richness clusters are not observed.

When on is FALSE: Samples are drawn from the truncated distribution, guaranteeing all values fall within [CUT, lnR_max].

Parameters

on

Type: gboolean

Whether to sample from the full distribution.