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

Simple Kriging #152

Open
NikhilMunna opened this issue May 6, 2020 · 2 comments
Open

Simple Kriging #152

NikhilMunna opened this issue May 6, 2020 · 2 comments
Assignees
Milestone

Comments

@NikhilMunna
Copy link

NikhilMunna commented May 6, 2020

I am a newbie to geostatistics. How can we implement Simple Kriging using pykrige
I didn't find any example in documentation.

@MuellerSeb
Copy link
Member

@MuellerSeb
Copy link
Member

Another problem with simple kriging and the current implementations in PyKrige is:

Simple kriging depends on the covariance function of a variogram model to build up the kriging system. Since PyKrige features unbounded models (that don't have a covariance, since there is no finite sill) and the kriging matrix is build up with variogram values, we would need to differentiate between bounded and unbounded models.

With the future use of GSTools, we are thinking about dividing these models into CovModel and UnboundedModel. See: GeoStat-Framework/GSTools#192

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

2 participants