pysal / segregation

Segregation Measurement, Inferential Statistics, and Decomposition Analysis
https://pysal.org/segregation/
BSD 3-Clause "New" or "Revised" License
112 stars 26 forks source link

add Absolute Clustering (ACL) segregation measure #44

Closed renanxcortes closed 5 years ago

renanxcortes commented 5 years ago

This PR adds the Absolute Clustering segregation measure (originally, only the Relative Clustering was present)

This adds/updates:

It uses the exponential decay distance and also matches the values of OasisR using spatmat = "d" in the ACL function.