nice.n(n, J)
The
nice.n
function computes two sample sizes, based on given sample
size
n
and level
J
. The first one is the biggest integer <= n which
is divisible by
2^J
; and the second one is the smallest integer >= n
which is divisible by
2^J
.