-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
🏅 lowMoSCoW: Could-haveMoSCoW: Could-haveenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Normalization anomalies can be constructed by combining mean and amplitude anomaly kinds, however, this is difficult to achieve. Add a new anomaly kind that allows to specify the way a subsequence should be normalized. Normalization options:
- normalize-z
- normalize-minmax
- normalize-median
- normalize-mean
- normalize-logistic
- normalize-tanh
Example configuration:
timeseries:
- name: "test"
base-oscillations:
- kind: "sine"
anomalies:
- position: beginning
length: 100
kinds:
- kind: "normalize-minmax"
min: 0
max: 1
Metadata
Metadata
Assignees
Labels
🏅 lowMoSCoW: Could-haveMoSCoW: Could-haveenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers