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 Kriging class directly for full control.

Function

Description

pykriging.ordinary_kriging()

Ordinary (or simple) kriging for one variable

pykriging.cokriging()

Co-kriging for two or more variables

pykriging.sequential_gaussian_simulation()

SGSIM — multiple realisations

pykriging.spacetime_kriging()

Space-time kriging (one variable)

pykriging.spacetime_cokriging()

Space-time co-kriging

Classes#

Class

Description

pykriging.Kriging

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

pykriging.SpaceTimeKriging

Space-time extension with ST covariance models