From 1c0428d782daee224398f406b4a6e417fccea97f Mon Sep 17 00:00:00 2001 From: MuellerSeb Date: Mon, 20 Apr 2020 20:12:15 +0200 Subject: [PATCH] Variogram: 'mathoron' typo fix --- gstools/variogram/variogram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstools/variogram/variogram.py b/gstools/variogram/variogram.py index ceb615bde..e13ddf32d 100644 --- a/gstools/variogram/variogram.py +++ b/gstools/variogram/variogram.py @@ -166,7 +166,7 @@ def vario_estimate_structured(field, direction="x", estimator="matheron"): estimator : :class:`str`, optional the estimator function, possible choices: - * "mathoron": the standard method of moments of Matheron + * "matheron": the standard method of moments of Matheron * "cressie": an estimator more robust to outliers Default: "matheron"