pkofod / QuantileRegressions.jl

Quantile regression in Julia
Other
41 stars 17 forks source link

Looser gap tolerenace and don't use informationless observations en n… #41

Closed pkofod closed 4 years ago

pkofod commented 4 years ago

…pqreg.

The tolerance is actually the original one, and it seems that a lot of time was spent getting those last digits (and for some problems it wasn't even possible which led to nans by division).

codecov-io commented 4 years ago

Codecov Report

Merging #41 into master will decrease coverage by 0.76%. The diff coverage is 16.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
- Coverage   81.99%   81.22%   -0.77%     
==========================================
  Files           5        5              
  Lines         211      213       +2     
==========================================
  Hits          173      173              
- Misses         38       40       +2     
Impacted Files Coverage Δ
src/npqreg.jl 0.00% <0.00%> (ø)
src/InteriorPoint.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ecac6eb...6e9524f. Read the comment docs.