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

create `Compute_At` like summmarizing segregation function #74

Closed renanxcortes closed 1 year ago

renanxcortes commented 5 years ago

Following what was discussed in https://github.com/pysal/segregation/pull/73#discussion_r296344366, the idea is to create a function that would only calculate a set of functions given by the user, rather than all the measures that could take more time.

knaaptime commented 1 year ago

the original intent for this issue was a function that would specify a subset of segregation indices to be computed all at once. We wanted to provide a subset option since some of the more computationally-intensive indices could slow things down. But given our parallelized implementations, i think this is covered by our batch functions which are performant enough to compute everything. I'm going to close this, but we can reconsider if folks want