getzze / RobustModels.jl

A Julia package for robust regressions using M-estimators and quantile regressions
MIT License
36 stars 1 forks source link

add wobs #23

Closed getzze closed 1 year ago

getzze commented 1 year ago

See https://github.com/JuliaStats/GLM.jl/issues/259

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 81.81% and project coverage change: -0.03 :warning:

Comparison is base (7d64fb9) 83.65% compared to head (d5d92d0) 83.63%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #23 +/- ## ========================================== - Coverage 83.65% 83.63% -0.03% ========================================== Files 8 8 Lines 1481 1485 +4 ========================================== + Hits 1239 1242 +3 - Misses 242 243 +1 ``` | [Impacted Files](https://codecov.io/gh/getzze/RobustModels.jl/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/RobustModels.jl](https://codecov.io/gh/getzze/RobustModels.jl/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL1JvYnVzdE1vZGVscy5qbA==) | `33.33% <ø> (ø)` | | | [src/linresp.jl](https://codecov.io/gh/getzze/RobustModels.jl/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2xpbnJlc3Auamw=) | `78.49% <75.00%> (+0.11%)` | :arrow_up: | | [src/quantileregression.jl](https://codecov.io/gh/getzze/RobustModels.jl/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3F1YW50aWxlcmVncmVzc2lvbi5qbA==) | `90.10% <75.00%> (+0.05%)` | :arrow_up: | | [src/robustlinearmodel.jl](https://codecov.io/gh/getzze/RobustModels.jl/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3JvYnVzdGxpbmVhcm1vZGVsLmps) | `87.37% <100.00%> (-0.19%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.