pysal / segregation

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

expose counterfactual population generators #172

Closed knaaptime closed 3 years ago

knaaptime commented 3 years ago

our inference framework includes several different options for generating synthetic populations that serve as null hypotheses to test observed segregation levels against. Currently, they're all nested under the SingleValueTest class instead of exposed as standalone functions. I'd like to refactor that class to expose the underlying generators because i think it will be really useful for illustrating the assumptions of each approach and, e.g. mapping what the "null" looks like

knaaptime commented 3 years ago

this should also make it more straightforward to parallelize the implementations

knaaptime commented 3 years ago

resolved by #174