gstools_cython.variogram.structured
- gstools_cython.variogram.structured(const double[:, :] f, str estimator_type='m', num_threads=None)
Variogram estimator for structured fields.
- Parameters:
f (double[:, :]) – structured random field
estimator_type (str, optional) –
the estimator function, possible choices:
“m”: the standard method of moments of Matheron
“c”: an estimator more robust to outliers by Cressie
Default: “m”
num_threads (None or int, optional) – number of OpenMP threads, default: None
- Returns:
variogram – estimated variogram
- Return type:
double[:]