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

New Component: Gaussian Smoothing #106

Closed
sanalmert opened this issue Dec 18, 2024 · 0 comments · Fixed by #134
Closed

New Component: Gaussian Smoothing #106

sanalmert opened this issue Dec 18, 2024 · 0 comments · Fixed by #134
Assignees
Labels
component Related to a RTDIP component

Comments

@sanalmert
Copy link

sanalmert commented Dec 18, 2024

User Story

  1. As a data engineer
  2. I want to apply Gaussian smoothing to noisy data
  3. to reduce high-frequency noise and better analyze underlying patterns.

Additional context

  • Gaussian smoothing applies a weighted average with weights determined by a Gaussian kernel.
  • Users should be able to configure the standard deviation (σσ) of the Gaussian kernel.
  • The component should handle both temporal data.

Acceptance Criteria

  • The component supports configuring the Gaussian kernel's standard deviation (σσ).
  • Temporal and spatial smoothing are both supported.

Definition of Done

  • Test cases have been created and are running successfully
  • Documentation for the new component was added
  • Github Actions are running without errors
@sanalmert sanalmert added the component Related to a RTDIP component label Dec 18, 2024
@sanalmert sanalmert moved this to Product Backlog in amos2024ws01-feature-board Dec 18, 2024
@dh1542 dh1542 self-assigned this Jan 12, 2025
@dh1542 dh1542 moved this from Product Backlog to Sprint Backlog in amos2024ws01-feature-board Jan 12, 2025
@dh1542 dh1542 moved this from Sprint Backlog to In Progress in amos2024ws01-feature-board Jan 12, 2025
@mollle mollle moved this from In Progress to Awaiting Review in amos2024ws01-feature-board Jan 13, 2025
@luccalb luccalb moved this from Awaiting Review to Product Backlog in amos2024ws01-feature-board Jan 15, 2025
@sanalmert sanalmert moved this from Product Backlog to In Progress in amos2024ws01-feature-board Jan 15, 2025
dh1542 added a commit that referenced this issue Jan 17, 2025
Signed-off-by: Dominik Hoffmann <[email protected]>
dh1542 added a commit that referenced this issue Jan 17, 2025
dh1542 added a commit that referenced this issue Jan 21, 2025
dh1542 added a commit that referenced this issue Jan 21, 2025
dh1542 added a commit that referenced this issue Jan 21, 2025
Signed-off-by: Dominik Hoffmann <[email protected]>
dh1542 added a commit that referenced this issue Jan 28, 2025
@dh1542 dh1542 linked a pull request Jan 28, 2025 that will close this issue
dh1542 added a commit that referenced this issue Jan 28, 2025
Signed-off-by: Dominik Hoffmann <[email protected]>
dh1542 added a commit that referenced this issue Jan 28, 2025
dh1542 added a commit that referenced this issue Jan 28, 2025
Signed-off-by: Dominik Hoffmann <[email protected]>
dh1542 added a commit that referenced this issue Jan 28, 2025
Signed-off-by: Dominik Hoffmann <[email protected]>
dh1542 added a commit that referenced this issue Jan 28, 2025
Signed-off-by: Dominik Hoffmann <[email protected]>
dh1542 added a commit that referenced this issue Jan 28, 2025
Signed-off-by: Dominik Hoffmann <[email protected]>
kristen149 added a commit that referenced this issue Jan 28, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Feature Archive in amos2024ws01-feature-board Jan 28, 2025
@dh1542 dh1542 moved this from Feature Archive to Awaiting Review in amos2024ws01-feature-board Jan 28, 2025
@luccalb luccalb moved this from Awaiting Review to Feature Archive in amos2024ws01-feature-board Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component Related to a RTDIP component
Projects
Status: Feature Archive
Development

Successfully merging a pull request may close this issue.

2 participants