Skip to content
#

geostatistics

Here are 83 public repositories matching this topic...

Datseris
Datseris commented Jun 2, 2021

At the moment, looking at the doc page of Variograms, it seems like the only way to analyze Variograms is via the Plots.jl package. But I would much rather obtain the actual values that are plotted. How do I obtain:

  1. Values of h axis
  2. Values of γ(h)
  3. Bin values b(h)

? I don't use Plots.jl and I see no mention in the documentation page on how to obtain these values. The display method

The STK is a (not so) Small Toolbox for Kriging. Its primary focus is on the interpolation/regression technique known as kriging, which is very closely related to Splines and Radial Basis Functions, and can be interpreted as a non-parametric Bayesian method using a Gaussian Process (GP) prior.

  • Updated Jun 14, 2021
  • MATLAB
juifa-tsai
juifa-tsai commented Feb 26, 2019

The format of module is not completely compatible to sklearn. The reason for adopting to sklearn is because of the parameter optimization. Sklearn provides well-defined tool for tuning parameter and validation. Thus, making the module to adopt sklearn is kind of way to simplify future work.

  1. Change get_params() to output the default parameter sets with {'name':value} instead.
  2. Add relevant f

Improve this page

Add a description, image, and links to the geostatistics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the geostatistics topic, visit your repo's landing page and select "manage topics."

Learn more