gmwm icon indicating copy to clipboard operation
gmwm copied to clipboard

Dropping last scale

Open coatless opened this issue 8 years ago • 0 comments

Change

Switching default scale calculation from:

nlevels = floor(log2(N))

to

nlevels = floor(log2(N)) - 1

Effect

32 obs instead of having 5 scales (where the last one is NaN, now has 4).

coatless avatar Sep 05 '16 18:09 coatless