diff --git a/esda/moran.py b/esda/moran.py index 86a3e11..457cc36 100644 --- a/esda/moran.py +++ b/esda/moran.py @@ -67,7 +67,8 @@ class Moran: transformation : string weights transformation, default is row-standardized "r". Other options include "B": binary, "D": - doubly-standardized, "U": untransformed + doubly-standardized, "O": restore original transformation + (applicable only if ``w`` is passed as ``W``) (general weights), "V": variance-stabilizing. permutations : int number of random permutations for calculation of @@ -337,7 +338,7 @@ class Moran_BV: # noqa: N801 Other options include "B": binary, "D": doubly-standardized, - "U": untransformed (general weights), + "O": restore original transformation (applicable only if ``w`` is passed as ``W``), "V": variance-stabilizing. permutations : int number of random permutations for calculation of pseudo @@ -655,7 +656,7 @@ class Moran_Rate(Moran): # noqa: N801 Other options include "B": binary, "D": doubly-standardized, - "U": untransformed (general weights), + "O": restore original transformation (applicable only if ``w`` is passed as ``W``), "V": variance-stabilizing. two_tailed : boolean If True (default), analytical p-values for Moran's I are @@ -889,7 +890,7 @@ class Moran_Local: # noqa: N801 Other options include "B": binary, "D": doubly-standardized, - "U": untransformed (general weights), + "O": restore original transformation (applicable only if ``w`` is passed as ``W``), "V": variance-stabilizing. permutations : int number of random permutations for calculation of pseudo @@ -1263,7 +1264,7 @@ class Moran_Local_BV: # noqa: N801 Other options include "B": binary, "D": doubly-standardized, - "U": untransformed (general weights), + "O": restore original transformation (applicable only if ``w`` is passed as ``W``), "V": variance-stabilizing. permutations : int number of random permutations for calculation of pseudo @@ -1533,7 +1534,7 @@ class Moran_Local_Rate(Moran_Local): # noqa: N801 Other options include "B": binary, "D": doubly-standardized, - "U": untransformed (general weights), + "O": restore original transformation (applicable only if ``w`` is passed as ``W``), "V": variance-stabilizing. permutations : int number of random permutations for calculation of pseudo