DataverseLabs / pyinterpolate

Kriging | Poisson Kriging | Variogram Analysis
https://pyinterpolate.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
151 stars 26 forks source link

Updated nugget search #390

Closed SimonMolinsky closed 1 year ago

SimonMolinsky commented 1 year ago

Grid search for the nugget

Package version (main branch)

version: 0.4

Description

Nugget is derived in the same way as range and sill in autofit method of TheoreticalVariogram

Problem

The nugget was set to zero, forcing users to find it manually.

Solution

Grid Search for the Nugget.

Affected modules

Unit tests

Package check

(Optional) Additional info

Is feature related to literature? Does change require new dependencies? Any other information...