Property

NumCosmoClusterMassRichness:sample-full-dist

Declaration

property sample-full-dist: gboolean [ read, write ]

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

Flags

Readableyes
Writableyes
Constructno
Construct onlyno