chaospy
chaospy copied to clipboard
Recursive interpret_as_integer
Currently only simple distributions and joint of simple distributions behave correctly with the interpret_as_integer flag.
However, e.g. DiscreteUniform(3)*4 + 9 should still be interpreted as an integer.
Problem discussed in #188.