mcmtroffaes / improb

A Python module for working with imprecise probabilities.
http://packages.python.org/improb/
GNU General Public License v2.0
10 stars 3 forks source link

add __radd__, __rsub__, and __rmul__ to Gamble #2

Closed equaeghe closed 13 years ago

equaeghe commented 13 years ago

Please note that we should try to deal with "event - gamble" such that the result is a gamble, not an event, while still allowing the normal event (set) difference.

I guess this would mean making Gamble les set-like...