pymc.ode.DifferentialEquation.make_node#

DifferentialEquation.make_node(y0, theta)[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: Apply

The constructed Apply node.