You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned on https://gitter.im/pysal/pysal, LISA results for polygons that are completely contained within another polygon (therefore only have one neighbor) are often "not significant" even though visual inspection of the input values would suggest that they should be part of the hotspots/coldspots:
I think what is going on is that the hole polygons have neighbor cardinality=1. As was discussed on gitter, this impacts the variance of the local statistics:
As mentioned on https://gitter.im/pysal/pysal, LISA results for polygons that are completely contained within another polygon (therefore only have one neighbor) are often "not significant" even though visual inspection of the input values would suggest that they should be part of the hotspots/coldspots:
Data and notebook to reproduce:
https://github.com/anitagraser/pysal-temp/blob/main/notebooks/moran-local-holes.ipynb
The text was updated successfully, but these errors were encountered: