pkofod / QuantileRegressions.jl

Quantile regression in Julia
Other
41 stars 17 forks source link

Use Cholesky instead of QR in the interior point solver #34

Closed andreasnoack closed 4 years ago

andreasnoack commented 4 years ago

This also avoids computing the Q diagonal matrix which requires many square roots.