Skip to main content
Compares the current timeseries to a baseline. If the current value is not in [baseline - percentage * baseline, baseline + percentage * baseline], detects an anomaly.

Inputs

"targetProperty": "current": The data on which to perform detection. "targetProperty": "baseline": The data to use as a baseline. The inputs should have the same size.

Parameters

Example