pymc.SymbolicRandomVariable.make_node# SymbolicRandomVariable.make_node(*inputs)[source]# Construct an Apply node that represent the application of this operation to the given inputs. This must be implemented by sub-classes. Returns: node: ApplyThe constructed Apply node.