pysal / spglm

SParse Generalized Linear Models (spglm)
https://pysal.org/spglm/
BSD 3-Clause "New" or "Revised" License
33 stars 20 forks source link

sparse/dense flexible use of solve instead of inv #19

Open TaylorOshan opened 6 years ago

TaylorOshan commented 6 years ago

Could be useful for compute_betas in IWLS to find a sparse-dennse flexible way of using the more robust scipy.linalg.solve method rather than directly computing the inverse of X'X, which would then match how we are computing the GWR estimators in compute_beta_gwr.