Skip to main content

SimpleKriging

GitHub source

SimpleKriging

evo.compute.tasks.kriging.SimpleKriging

Simple kriging method with a known constant mean.

Use when the mean of the variable is known and constant across the domain.

Example: >>> method = SimpleKriging(mean=100.0)

type

type: Literal['simple'] = 'simple'

The method type discriminator.

mean

mean: float

The mean value, assumed to be constant across the domain.

What is the reason for your feedback?