des-epic-viz
Input Stack:| noise: Double | | minPercent: Double | | maxPercent: Double | | beta: Double | | alpha: Double | | training: Int | | expr: TimeSeriesExpr |
|
⇨ |
Output Stack: |
Configure double exponential smoothing for visualization in a manner compatible with legacy
Epic alert systems. This is a specialized operator for maintaining compatibility with existing
Epic-based monitoring configurations.
Parameters
- expr: The time series expression to apply Epic-compatible DES to
- training: Number of data points to use for initial training
- alpha: Smoothing factor for the level component (0.0 to 1.0)
- beta: Smoothing factor for the trend component (0.0 to 1.0)
- maxPercent: Maximum percentage threshold for Epic compatibility
- minPercent: Minimum percentage threshold for Epic compatibility
- noise: Noise tolerance parameter for Epic compatibility
Examples
| Example |
 |
name,sps,:eq,
:sum,
10,0.1,0.5,0.2,0.2,4,:des-epic-viz
|
See Also
- Epic Macros - Detailed Epic compatibility documentation