Class TimeseriesAnomalyInvestigationMaximumDeviation

Most anomalous point within the detected interval.

Hierarchy

  • TimeseriesAnomalyInvestigationMaximumDeviation

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
deltaFromBoundary: number

Absolute distance between the observed value and the nearest anomaly boundary.

timestamp: number

Point timestamp in milliseconds since the Unix epoch.

value: number

Observed value at the point.

Generated using TypeDoc