best p for inverse distance weighting ? - MathOverflow most recent 30 from http://mathoverflow.net2013-05-22T16:53:11Zhttp://mathoverflow.net/feeds/question/33657http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/33657/best-p-for-inverse-distance-weightingbest p for inverse distance weighting ?denis2010-07-28T14:12:19Z2010-07-28T14:12:19Z
<p><a href="http://en.wikipedia.org/wiki/Inverse_distance_weighting" rel="nofollow">Inverse distance weighting</a>
is a common way of interpolating values z<sub>j</sub> at scattered data points X<sub>j</sub> in Rn:</p>
<p> idw(P) = Σ w<sub>j</sub> z<sub>j</sub> / Σ w<sub>j</sub><br>
w<sub>j</sub> = f( |P - X<sub>j</sub>| )<br>
f(d) = 1 / d<sup>p</sup></p>
<p>Is there a "best" p, for say
X<sub>j</sub> uniformly distributed in the unit cube
and z(X) = cos( c . X ) + normal noise ?<br>
(For that matter, is there a rationale for 1/d at all --
why not say Gaussian ?)</p>
<p>The Wikipedia article say that IDW minimizes a φ(x,u)
which looks like least squares minimization with variance ~ distance<sup>p</sup>:
maybe a connection to least squares, maybe not.</p>
<p>(Please add tag "interpolation", thanks.)</p>