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

Add a smooth transition to the anomaly API #13

Open
SebastianSchmidl opened this issue Feb 7, 2023 · 0 comments
Open

Add a smooth transition to the anomaly API #13

SebastianSchmidl opened this issue Feb 7, 2023 · 0 comments
Labels
enhancement New feature or request 🏅 low MoSCoW: Could-have

Comments

@SebastianSchmidl
Copy link
Member

Some existing anomaly kinds use smooth transitions. We should allow all (except extremum) anomalies to do this, and therefore move it to the anomaly itself instead of the anomaly kind.

Example configuration:

timeseries:
  - name: "test"
    base-oscillations:
      - kind: "sine"
    anomalies:
      - position: beginning
        length: 100
        transition-window: 10  # <--
        kinds:
          - kind: "amplitude"
            amplitude_factor: 2
@SebastianSchmidl SebastianSchmidl added enhancement New feature or request 🏅 low MoSCoW: Could-have labels Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 🏅 low MoSCoW: Could-have
Projects
None yet
Development

No branches or pull requests

1 participant