Description |
Transforms each sample in the time series to the difference between the sample and the previous one divided by the time difference between the samples. Samples with a negative value difference are either set to null or set to: (maxValue + valueDifference + 1) / timeDifference if maxValue is specified. |
|
Input |
Time Series – multiple (Single or multiple time series) |
|
Parameters |
Max Value |
Optional, numeric, default=null (Time series maximum value) |
|
Keep Last Value Limit |
Optional, numeric, default=null (Limit of null values to skip) |
Output |
Transformed Time Series – multiple |
|
Available in |
Alerts + Composite + Dashboards |