Bean Machine
beanmachine.ppl package
beanmachine.ppl.compiler package
beanmachine.ppl.distributions package
beanmachine.ppl.inference package
beanmachine.ppl.model package
Submodules
beanmachine.ppl.model.rv_identifier module
beanmachine.ppl.model.statistical_model module
beanmachine.ppl.model.utils module
Module contents
beanmachine.ppl.world package
Bean Machine
beanmachine.ppl package
beanmachine.ppl.model package
beanmachine.ppl.model.rv_identifier module
View page source
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