JuliaStats / Distributions.jl

A Julia package for probability distributions and associated functions.
Other
1.08k stars 410 forks source link

Add Convolve for DiscreteNonParametric (Redux) #1850

Closed mharradon closed 1 month ago

mharradon commented 2 months ago

Originally implemented by @iampritishpatil here: https://github.com/JuliaStats/Distributions.jl/pull/1523

This PR additionally implements a number of test improvements suggested by @devmotion. Happy to merge this or complete the original PR.

Thanks!

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.95%. Comparing base (f33af97) to head (b8dd036).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1850 +/- ## ========================================== + Coverage 85.94% 85.95% +0.01% ========================================== Files 144 144 Lines 8656 8667 +11 ========================================== + Hits 7439 7450 +11 Misses 1217 1217 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.