In reply to dave_59:
Hi dave,
if we consider
b1[5] = {[79:99],[110:130],140} :: 8,8,8,8,11 :: b1[1]<79-86>, b1[2]<87-94>, b1[3]<95-99,110-112>, b1[4]<113-120>, b1[5]<121-130,140> :: 5 bins
b2[6] = {[79:99],[110:130],140} :: 7,7,7,7,7,8 :: b1[1]<79-85>, b1[2]<86-92>, b1[3]<93-99>, b1[4]<110-116>, b1[5]<117-123>, b1[6]<124-130,140> :: 6 bins
It implies bins are spread like below
Total no of vaues / bins == integer
for b1 43/5 == 8, b2 43/6 == 7
Is this understanding correct?
Correct me if I am wrong
Thanks