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