I'm reading The Elements of Statistical Learning. I have a question about the curse of...
vittorecostao1
Answered question
2022-06-21
I'm reading The Elements of Statistical Learning. I have a question about the curse of dimensionality. In section 2.5, p.22: Consider N data points uniformly distributed in a p-dimensional unit ball centered at the origin. suppose we consider a nearest-neighbor estimate at the origin. The median distance from the origin to the closest data point is given by the expression:
For N=500, p=10, , more than halfway to the boundary. Hence most data points are closer to the boundary of the sample space than to any other data point. I accept the equation. My question is, how we deduce this conclusion?
Answer & Explanation
jarakapak7
Beginner2022-06-22Added 14 answers
This is exercise 2.3, which they mention there. PDF mentions Probability Distribution Function. CDF means Cumulative Distribution Function. As we are considering continuous distributions, the former is the derivative of the latter. The volume of a ball of radius r in is , where ωp is a constant depending only on p, the value indicated by shorthand . As a result, the probability that a point, taken uniformly in the unit ball, is within distance x of the origin is the volume of that ball divided by the volume of the unit ball. The factors of cancel, so we get CDF . The corresponding PDF is the derivative, . From page 150, section 4.6 of Introduction to Mathematical Statistics by Hogg and Craig, we are told that the marginal (individual) PDF for , the smallest order statistic (the minimum) of n points with CDF F and PDF f is . In our case that gives , which can be readily integrated to give the CDF . The mean, or expected value of y, is a messy integral. Instead, the median is defined to be simply the value of the random variable y such that G(y)=1/2, in the case of a continuous variable. If you did this experiment many times the probability of getting a minimum smaller than the median is 50 percent, the probability of getting a minimum larger than the median is also 50 percent. For the traditional bell curve, the median and the mean are likely to be pretty close. In this case, a polynomial restricted to a short interval, I am not sure the median and mean are necessarily close to each other. I do not see how you can read this book without a full semester calculus-based course in mathematical statistics. Solve G(y)=1/2, you get their expression.