The Wayback Machine - https://web.archive.org/web/20211212200004/https://github.com/topics/geostatistics
Skip to content
#

geostatistics

Here are 90 public repositories matching this topic...

juliohm
juliohm commented Nov 16, 2021

Now that we are using general rotation representations, we need utility functions to convert conventions in software such as Datamine and Leapfrog to Euler angles. These are two possible definitions:

DatamineAngles(θs...) = EulerAngles((-1 .* deg2rad.(θs))..., :ZXZ)

LeapfrogAngles(θs...) = EulerAngles((-1 .* deg2rad.(θs))..., :ZXZ)

We need a similar definition for `GslibAng

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 Dec 8, 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