March 11th, 2015, 2:58 pm
QuoteOriginally posted by: yegulalpGeneral case: we put N points at random on a hypersphere in dimension D. The probability that the center of the hypersphere is contained in the convex hull of the N points is P = 1 - (1/2)^(N-D) for N>=D. For N < D, P=0.So 4 points on circle is N=4, D=2, P = 1-(1/2)^2 = 3/4 probability of containing the center of the circle.4 points on the sphere is N=4, D=3, P = 1 - (1/2)^1 = 1/2 probability of containing the center of the sphere.Proof: the first D-1 points uniquely define a hyperplane (dimension D-1) containing the center of the hypersphere. That hyperplane splits the hypersphere in half. In order for the remaining N-D+1 points to NOT capture the center of the hypersphere, they must all land in the same half of the hypersphere (as defined by the first N-D+1 points). Probability of that is 2 * (1/2) ^(N-D+1) = (1/2)^(N-D), since there are two halves. The final answer is the complementary probability 1 - (1/2)^(N-D) since we DO want to capture the center of the hypersphere.Although it is true that if the remaining N-D+1 points fall on same half, then the simplex does not include the center, it does not imply falling on opposite halves guarantees the center is included.Simple counterexample: points 1 and 2 are 1 milliradian apart, point 3 is 1 milliradian above points 1 and 2, and point 4 is 1 milliradian below points 1 and 2. The result is a tiny tetrahedron located far from the center but with points 3 and 4 on opposite side of the {center, p1, p2} hyperplane.