libmir / mir-stat

Dlang Statistical Package
http://mir-stat.libmir.org/
Other
12 stars 3 forks source link

Add some more continuous distributions #65

Closed jmh530 closed 1 year ago

jmh530 commented 1 year ago

Adds Cauchy, Weibull, Logistic, Laplace, and Rayleigh distributions

codecov-commenter commented 1 year ago

Codecov Report

Base: 99.94% // Head: 99.84% // Decreases project coverage by -0.10% :warning:

Coverage data is based on head (3133bee) compared to base (7396869). Patch coverage: 98.89% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #65 +/- ## ========================================== - Coverage 99.94% 99.84% -0.10% ========================================== Files 29 34 +5 Lines 3464 3825 +361 ========================================== + Hits 3462 3819 +357 - Misses 2 6 +4 ``` | [Impacted Files](https://codecov.io/gh/libmir/mir-stat/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=libmir) | Coverage Δ | | |---|---|---| | [source/mir/stat/distribution/weibull.d](https://codecov.io/gh/libmir/mir-stat/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=libmir#diff-c291cmNlL21pci9zdGF0L2Rpc3RyaWJ1dGlvbi93ZWlidWxsLmQ=) | `93.84% <93.84%> (ø)` | | | [source/mir/stat/distribution/cauchy.d](https://codecov.io/gh/libmir/mir-stat/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=libmir#diff-c291cmNlL21pci9zdGF0L2Rpc3RyaWJ1dGlvbi9jYXVjaHkuZA==) | `100.00% <100.00%> (ø)` | | | [source/mir/stat/distribution/laplace.d](https://codecov.io/gh/libmir/mir-stat/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=libmir#diff-c291cmNlL21pci9zdGF0L2Rpc3RyaWJ1dGlvbi9sYXBsYWNlLmQ=) | `100.00% <100.00%> (ø)` | | | [source/mir/stat/distribution/logistic.d](https://codecov.io/gh/libmir/mir-stat/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=libmir#diff-c291cmNlL21pci9zdGF0L2Rpc3RyaWJ1dGlvbi9sb2dpc3RpYy5k) | `100.00% <100.00%> (ø)` | | | [source/mir/stat/distribution/rayleigh.d](https://codecov.io/gh/libmir/mir-stat/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=libmir#diff-c291cmNlL21pci9zdGF0L2Rpc3RyaWJ1dGlvbi9yYXlsZWlnaC5k) | `100.00% <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=libmir). 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=libmir)

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

9il commented 1 year ago

@jmh530 That you for another excellent MR!

Unfortunately, I can't review non-breaking changes this year. It's on you, feel free to merge and tag a new release.

jmh530 commented 1 year ago

@9il Thank you and thanks for the update. Saying "this year" makes it sound like a temporary situation rather than a permanent one. Am I correct in assuming this is a temporary situation? Will this impact work more generally on libmir? (sorry for being nosy, but a little curious, feel free to respond by email if you prefer)

9il commented 1 year ago

Very likely it will be permanent. Very likely Mir will continue to receive the compiler updates and bug fixes.

jmh530 commented 1 year ago

@9il Appreciate the update.