JuliaStats / GLM.jl

Generalized linear models in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize Cook's Distance to avoid explicit matrix inverstion

palday opened this issue · comments

See #415

  • specific method for Cholesky solver LinearModel
  • specific method for QR solver LinearModel
  • general fall back method using QR solver ?