getzze / RobustModels.jl

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

create an abstract type AbstractMEstimator to differentiate from non-… #20

Closed getzze closed 1 year ago

getzze commented 1 year ago

…M-Estimators.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 77.77% and project coverage change: +0.25 :tada:

Comparison is base (5b8fbd1) 83.00% compared to head (08f9909) 83.26%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #20 +/- ## ========================================== + Coverage 83.00% 83.26% +0.25% ========================================== Files 8 8 Lines 1436 1673 +237 ========================================== + Hits 1192 1393 +201 - Misses 244 280 +36 ``` | [Impacted Files](https://codecov.io/gh/getzze/RobustModels.jl/pull/20?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/20?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/20?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2xpbnJlc3Auamw=) | `78.37% <0.00%> (ø)` | | | [src/robustlinearmodel.jl](https://codecov.io/gh/getzze/RobustModels.jl/pull/20?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3JvYnVzdGxpbmVhcm1vZGVsLmps) | `87.50% <0.00%> (ø)` | | | [src/estimators.jl](https://codecov.io/gh/getzze/RobustModels.jl/pull/20?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2VzdGltYXRvcnMuamw=) | `78.75% <100.00%> (+3.15%)` | :arrow_up: | | [src/univariate.jl](https://codecov.io/gh/getzze/RobustModels.jl/pull/20?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3VuaXZhcmlhdGUuamw=) | `94.44% <100.00%> (ø)` | | 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.