probability icon indicating copy to clipboard operation
probability copied to clipboard

Use default comparer for sorting supports in DiscreteHistogram

Open kimsey0 opened this issue 5 years ago • 2 comments

This is for example relevant for StandardDiscreteUniform, which changes from

 0|***************************************
 1|***************************************
 2|**************************************
 3|***************************************
-1|***************************************
-2|***************************************
-3|****************************************

to

-3|****************************************
-2|***************************************
-1|***************************************
 0|***************************************
 1|**************************************
 2|***************************************
 3|**************************************

kimsey0 avatar Feb 19 '19 20:02 kimsey0