GeoStat-Framework / PyKrige

Kriging Toolkit for Python
https://pykrige.readthedocs.io
BSD 3-Clause "New" or "Revised" License
758 stars 188 forks source link

Variogram in Universal Kriging #287

Open patagoniasf opened 7 months ago

patagoniasf commented 7 months ago

Hi! First of all thanks for the package, it is really helpful. I'm new to kriging and I'm trying to understand some things.

As I understand, Universal Kriging uses the residuals variogram to solve the kriging equations. The variogram fitted (and returned) when creating a pykrige.uk.UniversalKriging instance is the residuals variogram then? If I pass a custom variogram, should I pass the residuals one?

Thanks in advance.