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

SampleD with a non-spherical Gaussian convolution matrix (with standard base and center 0) #407

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

Marvin-Beckmann
Copy link
Member

@Marvin-Beckmann Marvin-Beckmann commented Sep 2, 2024

Description

This PR implements...

  • SampleD with a non-spherical Gaussian convolution matrix (with standard base and center 0)

I decided to only implement the common version for now, as the more general version requires more extensive testing and as of right now, I only need the common version.

The PR is based on Algorithm 1 from https://link.springer.com/chapter/10.1007/978-3-642-14623-7_5.

Testing

  • I added basic working examples (possibly in doc-comment)
  • I triggered all possible errors in my test in every possible way
  • I included tests for all reasonable edge cases

Checklist:

  • I have performed a self-review of my own code
    • The code provides good readability and maintainability s.t. it fulfills best practices like talking code, modularity, ...
      • The chosen implementation is not more complex than it has to be
    • My code should work as intended and no side effects occur (e.g. memory leaks)
    • The doc comments fit our style guide
    • I have credited related sources if needed

@Marvin-Beckmann Marvin-Beckmann added the enhancement📈 New feature label Sep 2, 2024
@Marvin-Beckmann Marvin-Beckmann self-assigned this Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement📈 New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant