Skip to content

Commit

Permalink
add z attribute doc for all classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrariden committed Dec 16, 2024
1 parent 6fad1da commit 3391694
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions esda/moran.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,8 @@ class Moran_Rate(Moran): # noqa: N801
rate variable computed from parameters e and b
if adjusted is True, y is standardized rates
otherwise, y is raw rates
z : array
zero-mean, unit standard deviation normalized y
w : W | Graph
original w object
permutations : int
Expand Down Expand Up @@ -925,6 +927,8 @@ class Moran_Local: # noqa: N801
original variable
w : W | Graph
original w object
z : array
zero-mean, unit standard deviation normalized y
permutations : int
number of random permutations for calculation of pseudo p_values
Is : array
Expand Down Expand Up @@ -1566,6 +1570,8 @@ class Moran_Local_Rate(Moran_Local): # noqa: N801
rate variables computed from parameters e and b
if adjusted is True, y is standardized rates
otherwise, y is raw rates
z : array
zero-mean, unit standard deviation normalized y
w : W | Graph
original w object
permutations : int
Expand Down

0 comments on commit 3391694

Please sign in to comment.