pymc.distributions.transforms.Interval.__init__#

Interval.__init__(lower=None, upper=None, *, bounds_fn=None)[source]#
Parameters:
args_fn

Function that expects inputs of RandomVariable and returns the lower and upper bounds for the interval transformation. If one of these is None, the RV is considered to be unbounded on the respective edge.