GeoStat-Framework / GSTools-Core

A Rust implementation of the core algorithms of GSTools.
GNU Lesser General Public License v3.0
10 stars 0 forks source link

Add covariance models and as a first use case kriging #24

Open LSchueler opened 3 months ago

LSchueler commented 3 months ago

This is the first step toward implementing the full kriging workflow in one of the GSTools core packages (which is the Rust one in this case, obviously). For now, only simple kriging on isotropic fields is implemented. This commit also includes a few early pieces for the CovModel implemented in the core package.