pymc.SymbolicRandomVariable.make_node#

SymbolicRandomVariable.make_node(*inputs)#

Construct an Apply node that represent the application of this operation to the given inputs.

This must be implemented by sub-classes.

Returns:
node: Apply

The constructed Apply node.