Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local Variogram Model? #41

Open
basaks opened this issue Feb 18, 2017 · 3 comments
Open

Local Variogram Model? #41

basaks opened this issue Feb 18, 2017 · 3 comments

Comments

@basaks
Copy link
Collaborator

basaks commented Feb 18, 2017

This probably deserves it's own thread.

In many situations an useful and an already used technique in the kriging community, is the local variogram model. Can someone work on this instead?

This may have additional benefits in speeding up the variogram computations for very large problems (with lots of observations).

VESPER is a PC-Windows program developed by the Australian Centre for Precision Agriculture (ACPA) for spatial prediction that is capable of performing kriging with local variograms (Haas, 1990). Kriging with local variograms involves searching for the closest neighbourhood for each prediction site, estimating the variogram from the neighbourhood, fitting a variogram model to the data and predicting the value and its uncertainty. The local variogram is modelled in the program by fitting a variogram model automatically through the nonlinear least-squares method. Several variogram models are available, namely spherical, exponential, Gaussian and linear with sill. Punctual and block kriging is available as interpolation options. This program adapts itself spatially in the presence of distinct differences in local structure over the whole field.

Some context by @bsmurphy

@rth added the moving window function, which is similar to what you're suggesting @basaks except that it assumes a stationary variogram. Adding in the extra layer of re-estimating the variogram for local neighborhoods could certainly be done at some level, but it would require a calculation for each moving window location; therefore, not sure how much it would really boost speed... Anyways, both of these ideas would be nice to implement at some point: the local variogram estimation for max flexibility and the downsampling in global variogram estimation as a useful tool (could be put in the kriging tools module)...

@basaks
Copy link
Collaborator Author

basaks commented Feb 26, 2017

Anyone has this reference who would be kind enough to send me a copy of the relevant pages to my personal email?

VESPER is a PC-Windows program developed by the Australian Centre for Precision Agriculture (ACPA) for spatial prediction that is capable of performing kriging with local variograms (Haas, 1990).

@rth @bsmurphy @MasterOdin @kvanlombeek @whdc ?

@whdc
Copy link
Contributor

whdc commented Feb 26, 2017

I can neither deny nor confirm that someone found it on sci-hub.cc and sent it to @basaks 😀

@rth
Copy link
Contributor

rth commented Mar 10, 2017

I have only skimmed through that paper, but do we want to use something like scipy.spatial.cKDTree.query_ball_point to find the nearest points that will be included to build the variogram?

I guess we could find some consistent input parameter names for those used to a build a local variogram model and those used to perform local kriging...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants