GeoStat-Framework / PyKrige

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

Getting mean in ordinary kriging #82

Open shihabkhan1 opened 6 years ago

shihabkhan1 commented 6 years ago

Hi I'm doing 1D ordinary kriging and instead of the predictions, I need the mean of the kriged process. Is there any method that returns that or the estimated weights of the kriged process?

Thanks a lot!

bsmurphy commented 6 years ago

That is a great question... unfortunately right now there aren't any methods to return those quantities, but this would be easy enough to implement. I'm going to add this to the v2 milestone...

MuellerSeb commented 4 years ago

Working with the ordinary kriging routine from GSTools, this is possible. There, also 1D kriging is provided.