capaulson / pyKriging

Welcome to the User Friendly Python Kriging Toolbox!
http://www.pykriging.com
MIT License
376 stars 113 forks source link

How to use Cokriging algorithm? #51

Open qinsy2022 opened 2 years ago

qinsy2022 commented 2 years ago

Is there any algorithm example like Kriging?

bushrat1234 commented 1 year ago

Hi yes Rossiter (2018) Co-kriging with the gstat package of the R environment for statistical computing

trivediashutosh commented 1 year ago

can anyone tell how to use coKriging using python?

bushrat1234 commented 1 year ago

I'm following the algorithm described by Hu and Shu (2019) for ST-coKriging, you could probably use a similar approach for spatial coKriging https://doi.org/10.1007/s11771-019-4039-1. Wackernagel's book Multivariate Geostatistics is also a good reference.