GitHub source

evo.compute.tasks.kriging.OrdinaryKriging

Ordinary kriging method with unknown local mean.

The most common kriging method. Estimates the local mean from nearby samples. This is the default kriging method if none is specified.

type

type: Literal['ordinary'] = 'ordinary'

The method type discriminator.