Difference between coverage bins a[4] & a[ ]?

In reply to MICRO_91:

Hi

Thank for clearing it
for a[6] it will be 13/6 == 2
so for 6 bins we have 2 values each


bins a[6] = {[1:10],11,13,15} :: <1,2>,<3,4>,<5,6>,<7,8>,<9,10>,<11,13,15>

Thanks