SimpleKriging
SimpleKriging
evo.compute.tasks.geostatistics.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
The method type discriminator.
mean
The mean value, assumed to be constant across the domain.