TransientDist

Contents

TransientDist#

class liesel.model.TransientDist(distribution, *inputs, _name='', _needs_seed=False, bijectors=None, convert_inputs='default', **kwinputs)[source]#

Bases: TransientNode, Dist

A transient distribution node that does not cache its value.

Attributes

value

The value of the node.

monitor

Whether the node should be monitored by an inference algorithm.