(no title)
cschmid | 3 years ago
A (uniformly) random point in an n-dimensional cube will have random coordinates from zero to 1, with no other constraint on their size.
cschmid | 3 years ago
A (uniformly) random point in an n-dimensional cube will have random coordinates from zero to 1, with no other constraint on their size.
reikonomusha|3 years ago
jakear|3 years ago
I think anyone with a basic understanding of arithmetic should be able to answer that.
thomasahle|3 years ago
If you choose n uniformly random values in [-1/2, 1/2] (the unit cube) then the sum of squares will be concentrated around n/12 (just take the variance).
This is way more than 1, which is what you would need to stay inside the unit ball.
jstimpfle|3 years ago
j7ake|3 years ago