getzze / RobustModels.jl

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

prefix new methods by the module defining the function to be extended… #21

Closed getzze closed 1 year ago

getzze commented 1 year ago

… to improve readability

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 89.70% and project coverage change: +0.17 :tada:

Comparison is base (5b8fbd1) 83.00% compared to head (c482d20) 83.18%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #21 +/- ## ========================================== + Coverage 83.00% 83.18% +0.17% ========================================== Files 8 8 Lines 1436 1677 +241 ========================================== + Hits 1192 1395 +203 - Misses 244 282 +38 ``` | [Impacted Files](https://codecov.io/gh/getzze/RobustModels.jl/pull/21?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/21?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL1JvYnVzdE1vZGVscy5qbA==) | `20.00% <ø> (-13.34%)` | :arrow_down: | | [src/quantileregression.jl](https://codecov.io/gh/getzze/RobustModels.jl/pull/21?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3F1YW50aWxlcmVncmVzc2lvbi5qbA==) | `90.05% <81.81%> (ø)` | | | [src/linresp.jl](https://codecov.io/gh/getzze/RobustModels.jl/pull/21?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2xpbnJlc3Auamw=) | `78.37% <90.00%> (ø)` | | | [src/robustlinearmodel.jl](https://codecov.io/gh/getzze/RobustModels.jl/pull/21?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3JvYnVzdGxpbmVhcm1vZGVsLmps) | `87.56% <93.54%> (+0.06%)` | :arrow_up: | | [src/linpred.jl](https://codecov.io/gh/getzze/RobustModels.jl/pull/21?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2xpbnByZWQuamw=) | `88.37% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://codecov.io/gh/getzze/RobustModels.jl/pull/21/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) 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.