API reference#

The full API is auto-generated from the source docstrings.

Summary#

Convenience functions#

One-shot wrappers that create, configure, solve, and return results in a single call. Suitable for simple workflows; use the class API directly for full control.

Function

Description

krigekit.ordinary_kriging()

Ordinary (or simple) kriging for one variable

krigekit.cokriging()

Co-kriging for two or more variables

krigekit.sequential_gaussian_simulation()

SGSIM — multiple realisations

krigekit.spacetime_kriging()

Space-time kriging (one variable)

krigekit.spacetime_cokriging()

Space-time co-kriging

Classes#

Class

Description

krigekit.Kriging

Full kriging workflow: OK, SK, co-kriging, KED, SGSIM, SVA

krigekit.SpaceTimeKriging

Space-time extension with ST covariance models

krigekit.IndicatorKriging

Multiple Indicator Kriging (MIK) and Sequential Indicator Simulation (SIS)