Skip to content

Commit

Permalink
DOC: correcting Geary documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsrey committed Jun 29, 2019
1 parent b7bb49c commit f59005a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions esda/geary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f59005a

Please sign in to comment.