Method: FifthedSim::SubtractionNode#distribution
- Defined in:
- lib/fifthed_sim/nodes/subtraction_node.rb
#distribution ⇒ Object
18 19 20 |
# File 'lib/fifthed_sim/nodes/subtraction_node.rb', line 18 def distribution @lhs.distribution.convolve_subtract(@rhs.distribution) end |