beanmachine.ppl.model.rv_identifier module

class beanmachine.ppl.model.rv_identifier.RVIdentifier(wrapper: Callable, arguments: Tuple)

Bases: object

Struct representing the unique key corresponding to a BM random variable.

arguments: Tuple
property function
property is_functional
property is_random_variable
wrapper: Callable