gmwm
gmwm copied to clipboard
Dropping last scale
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).