We assume a unit hypercube. There is a convex set in this hypercube and we want to find the minimum Euclidian distance between the average of k points (centroid) and the boundary of this convex set.
I would like to ask if the minimum Euclidean Distance between the average of k points and the boundary of the convex set mentioned above can be deduced to finding the minimum Euclidean Distance between each of these k points and the boundary of the convex set, add these minimum Euclidean Distances and divide the sum with k which is the number of points in the convex set?
(I ask this because in my problem the average of k points cannot be easily defined due to the nature of the problem, but the minimum Euclidean Distance between each point and the boundary of a convex set in a unit hypercube can be defined and computed more easily).
Except my alternative method is any other method to deduce the minimum Euclidean distance of the average to the individual Euclidean Distances?
Thanks in advance!
distance of the average of k points
Please clarify (i) whether theaverage of k points
means the centroid (barycenter), and (ii)distance
to what - the origin, an arbitrary point etc. – dxiv Jan 02 '18 at 19:47find the *minimum* Euclidian distance of the average of k points
, but that still doesn't parse. Please define what is thedistance of the average of k points
. P.S. Does your question reduce to this one in 2D, by any chance? Then the right wording could beaverage shortest distance
. – dxiv Jan 03 '18 at 02:20i)
means theaverage point
is the centroid. But ifii)
means the (shortest) distance to the boundary of the convex region then each of the points which are on the boundary will have distance $0$, while the centroid most likely not - so that part is still unclear. – dxiv Jan 03 '18 at 02:27