You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I am a newbie to geostatistics. How can we implement Simple Kriging using pykrige
I didn't find any example in documentation.
The text was updated successfully, but these errors were encountered: