Skip to main content
Enterprise only
Experimental
Adds an IMPACT label to an anomaly if the sum of the differences between predictions and observed values on a window containing the anomaly is less than a given threshold. Intuitively, it is the sum of impacts in the last n points.

Inputs

The info source is the output of the detector. Labels are applied to the anomalies of this input.

Parameters

impactComputationMethod

  • STANDARD_AREA
    impact = sum(actual-expected) on the window
  • ABSOLUTE_AREA
    impact = sum(abs(actual-expected)) on the window

Example

iso-8601