pyinterp.RTree.universal_kriging¶
- RTree.universal_kriging(coordinates: ndarray, radius: float | None = None, k: int = 9, covariance: str | None = None, sigma: float = 1.0, alpha: float = 1000000.0, within: bool = True, num_threads: int = 0) tuple[ndarray, ndarray] [source]¶
Interpolate the values of a point using universal kriging.
See the
kriging()
method for the description of the parameters.Deprecated since version 2025.9.0: universal_kriging method is deprecated, use
kriging()
method instead.