Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Math Forum
»
Discussions
»
sci.math.*
»
sci.stat.math
Notice: We are no longer accepting new posts, but the forums will continue to be readable.
Topic:
Does uniform distribution of integers imply a uniform distribution of their bits?
Replies:
2
Last Post:
Feb 24, 2013 4:49 PM
|
 |
|
|
Re: Does uniform distribution of integers imply a uniform distribution of their bits?
Posted:
Feb 22, 2013 3:15 PM
|
|
On Feb 22, 10:59 am, Codeplug <graham.gre...@charter.net> wrote: > Let's say I have a uniformly distributed set of 8-bit integers - [0, 255]. > If those integers are then concatenated to form a string of bits, are those bits also uniformly distributed? > > Thanks for the stat/math help :) > gg
If the integers are uniform on [0, 2^n - 1], where n is a positive integer, then YES.
|
|
|
|