uvex_transients.models.core.priors.Prior.support#

property Prior.support: tuple[float, float]#

The (lower, upper) support of the distribution.

Subclasses whose support is not the entire real line (bounded, positive-only, etc.) should override this property; it is used both to bound the CDF integration in cdf() and, via _LogPDFDistribution, to seed the domain of the generic _sample() fallback.

Type:

Tuple of float