Skip to content

Add post-processing optionsΒ #11

@SebastianSchmidl

Description

@SebastianSchmidl

Add configuration options to post-process (each individual channel) of a time series.

Post-processing options include:

  • smoothing using convolution along t
  • segment smoothing (smooth different parts of the time series differently)
  • scaling and standardization (MinMax, z-score, ...)

Example configuration:

timeseries:
  - name: "mytest"
    length: 1000
    base-oscillations:
      - kind: "sine"
        frequency: 1
      [...]
    anomalies:
      - position: "beginning"
        [...]
    post-processing:
      - channel: 0
        kind: "smoothing"
        factor: 2.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions