In reply to MICRO_91:
Thank you for answering
So my understanding is for fixed bins we need to calculate
no.values/bins then round of value and according to that evenly distribute bins
is below bins distribution is correct
bins a[5] = {[1:10],11,13,15} :: <1,2,3>,<4,5,6>,<7,8,9>,<10,11,13>,<15>
bins a[6] = {[1:10],11,13,15} :: <1,2>,<3,4>,<5,6>,<7,8>,<9,10>,<11,13,15>
Please correct me if i wrong
Thanks