From f59005abdd8c32c1c1cd3f1b3351a4c874d3afa8 Mon Sep 17 00:00:00 2001 From: Serge Rey Date: Sat, 29 Jun 2019 15:50:05 -0700 Subject: [PATCH] DOC: correcting Geary documentation --- esda/geary.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/esda/geary.py b/esda/geary.py index 4cafe76f..2b59ef96 100644 --- a/esda/geary.py +++ b/esda/geary.py @@ -21,9 +21,9 @@ class Geary(object): (n, 1) attribute vector w : W spatial weights - transformation : {'B', 'R', 'D', 'U', 'V'} - weights transformation, default is binary. - Other options include "R": row-standardized, "D": + transformation : {'R', 'B', 'D', 'U', 'V'} + weights transformation, default is row-standardized. + Other options include "B": binary, "D": doubly-standardized, "U": untransformed (general weights), "V": variance-stabilizing. permutations : int