Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify and document convolve #1452

Merged
merged 1 commit into from
Dec 9, 2021
Merged

Simplify and document convolve #1452

merged 1 commit into from
Dec 9, 2021

Conversation

devmotion
Copy link
Member

@devmotion devmotion commented Dec 8, 2021

This PR contains the seemingly uncontroversial changes in #1445: A simpler implementation of convolve(::MvNormal, ::MvNormal) and documentation of convolve (preview: https://juliastats.org/Distributions.jl/previews/PR1452/convolution/).

Hopefully splitting #1445 let's us merge and make available these improvements faster.

@devmotion devmotion requested a review from mschauer December 8, 2021 23:43
@codecov-commenter
Copy link

codecov-commenter commented Dec 9, 2021

Codecov Report

Merging #1452 (3a576d2) into master (d308d9b) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1452      +/-   ##
==========================================
- Coverage   84.44%   84.42%   -0.02%     
==========================================
  Files         124      124              
  Lines        7462     7456       -6     
==========================================
- Hits         6301     6295       -6     
  Misses       1161     1161              
Impacted Files Coverage Δ
src/convolution.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d308d9b...3a576d2. Read the comment docs.

@devmotion devmotion merged commit 16ee99b into master Dec 9, 2021
@devmotion devmotion deleted the dw/convolve_noalias branch December 9, 2021 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants