-
Notifications
You must be signed in to change notification settings - Fork 190
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
What is the difference between Universal Kriging and Regression Kriging? #172
Comments
An answer was given here: #167 Universal- and Regression-Kriging both deal with a given drift or trend. In literature, the term detrending is handled very differently in terms of kriging. We have several algorithms that deal with this:
Does that help? Cheers, Sebastian |
Thank you very much, the differences are clear now. Just to be sure, EDK is not implemented in Pykrige, right? Is there any other package to implement EDK? |
Hello again,
I will specifically point out to the specified drift where you mention that this option is the classical form of external drift kriging. Is it correct then, to say that using the implementation of UK with specified drift corresponds to EDK? |
That is correct! 😉 |
Thanks again for your answer and for your work with the package. |
Hello guys, I'm currently using the Pykrige library for doing traffic volume interpolation in a road network Currently I use ordinary kriging, but I would like to improve my estimations by adding extra information, so I'm thinking on use Universal Kriging or Regression Kriging. From the link, you provide in the documentation https://en.wikipedia.org/wiki/Regression-kriging, it seems that these two techniques are equivalent, so I would like to understand whether in your implementation this is the case, or if there is something different when using one or the other.
I really appreciate your answer and thanks for the awesome work you are doing by maintaining this package.
The text was updated successfully, but these errors were encountered: