Git Product home page Git Product logo

Comments (1)

paulbrodersen avatar paulbrodersen commented on August 22, 2024

As I use scipy.spatial.cKDTree to compute the distances, only distance functions that are p-norms are supported. Geographical data is, in principle, out of scope.

However, keep in mind that only the distances to the nearest neighbours are ever used in the interpolation. If your data set is not too sparse, those neighbours may be close enough such that the error due to the curvature of the earth can be neglected.

Also, even if that is not the case, all that you are doing "wrong" is using a slightly shallower weighting function. The expectation of the mean of the variable that you are interpolating should not be affected. The only effect should be that the smoothness of the estimate will be slightly larger (as you are underestimating the distance of far away points).

Another way of looking at this problem is that the choice of basis function in density estimation (i.e. the function that you use to weigh different contributing data points in your local estimate) is always a trade-off between precision and accuracy, and hence subjective (or at the very least context dependent). In principle, I hence don't see a problem if you effectively make a small change to the basis function by using euclidean distances for geographical data.

Hope that helps. I will close the issue as it is out-of-scope, but I will have a look at this thread tomorrow or the day after to see if you have any follow-up questions..

from inverse_distance_weighting.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.