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

use rvlib for densitycorrecteddissim #180

Closed knaaptime closed 2 years ago

knaaptime commented 3 years ago

going through the library looking for spots to numba-ize i notice DensityCorrectedDissim is our slowest-running index. If i make a simple swap from scipy.stats.norm to rvlib.Normal i get a massive performance boost, and i'd like to make that change permanent though rvlib needs updating

knaaptime commented 2 years ago

resolved by #183