Most active commenters
  • remcob(3)

←back to thread

247 points nabla9 | 11 comments | | HN request time: 0.611s | source | bottom
1. remcob ◴[] No.41834128[source]
The distance between two uniform random points on an n-sphere clusters around the equator. The article shows a histogram of the distribution in fig. 11. While it looks Gaussian, it is more closely related to the Beta distribution. I derived it in my notes, as (surprisingly) I could not find it easily in literature:

https://xn--2-umb.com/21/n-sphere

replies(2): >>41834590 #>>41834640 #
2. 7fYZ7mJh3RNKNaG ◴[] No.41834590[source]
beautiful visualizations, how did you make them?
replies(1): >>41834925 #
3. zombot ◴[] No.41834640[source]
> The distance between two uniform random points on an n-sphere clusters around the equator.

This sentence makes no sense to me.

replies(4): >>41834724 #>>41834728 #>>41834830 #>>41835077 #
4. isoprophlex ◴[] No.41834724[source]
Pick an equator on an n-sphere. It is a hyperplane of dimensions (n-1) through the center, composed of all but one dimensions of your sphere. The xy plane for a unit sphere in xyz, for example.

Uniformly distribute points on the sphere. For high n, all points will be very near the equator you chose.

Obviously, in ofder for a point to be not close to this chosen equator, it projects close to 0 on all dimensions spanning the equatorial hyperplane, and not close to 0 on the dimension making up the pole-to-pole axis.

replies(1): >>41835060 #
5. p1esk ◴[] No.41834728[source]
He means it clusters around the distance from a pole to the equator.
replies(1): >>41834887 #
6. ◴[] No.41834830[source]
7. remcob ◴[] No.41834887{3}[source]
Correct. I was too short in my comment. It's explained in the article: without loss of generality you can call one of the two points the 'north pole' and then the other one will be distributed close to the equator.
8. remcob ◴[] No.41834925[source]
The first one IIRC with Geogebra, all the rest with Matplotlib. The design goal was to maximize on 'data-ink ratio'.
9. oersted ◴[] No.41835060{3}[source]
My first thought is that it's rather obvious, but I'm probably wrong, can you help me understand?

The analogy I have in mind is: if you throw n dice, for large n, the likelihood of one specific chosen dice being high value and the rest being low value is obviously rather small.

I guess that the consequence is still interesting, that most random points in a high-dimensional n-sphere will be close to the equator. But they will be close to all arbitrary chosen equators, so it's not that meaningful.

If the equator is defined as containing n-1 dimensions, then as n goes higher you'd expect it to "take up" more of the space of the sphere, hence most random points will be close to it. It is a surprising property of high-dimensional space, but I think it's mainly because we don't usually think about the general definition of an equator and how it scales to higher dimensions, once you understand that it's not very surprising.

replies(1): >>41835175 #
10. akdor1154 ◴[] No.41835077[source]
"clusters" is acting as a verb here, not a noun.
11. isoprophlex ◴[] No.41835175{4}[source]
> The analogy I have in mind is: if you throw n dice, for large n, the likelihood of one specific chosen dice being high value and the rest being low value is obviously rather small.

You're exactly right, this whole thing is indeed a bit of an obvious nothingburger.