Property
NumCosmoClusterMassRichness:sample-full-dist
Description [src]
Controls the sampling strategy for richness values:
When TRUE (default): Samples are drawn from the full (untruncated) Gaussian distribution. This means some samples will fall outside the allowed richness range [CUT, lnR_max] and should be discarded by the caller. This approach correctly models the selection effect where clusters with low richness are not observed.
When FALSE: Samples are drawn from the truncated Gaussian distribution using tail sampling. All samples are guaranteed to fall within the allowed range. This is useful when you want to ensure every input cluster produces exactly one output cluster, but does not model the selection effect.
Type:gboolean
| Default value | TRUE |
| Getter method | nc_cluster_mass_richness_get_sample_full_dist() |
| Setter method | nc_cluster_mass_richness_set_sample_full_dist() |