GeoStat-Framework / PyKrige

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

Replicating Empirical Bayesian Kriging functionality #214

Closed goriliukasbuxton closed 2 years ago

goriliukasbuxton commented 2 years ago

Has anyone done similar work like this tool? to get most optimal parameters for Kriging https://pro.arcgis.com/en/pro-app/latest/help/analysis/geostatistical-analyst/what-is-empirical-bayesian-kriging-.htm

MuellerSeb commented 2 years ago

Isn't this the way sklearn fits the gaussian processes kernels? https://scikit-learn.org/stable/modules/gaussian_process.html