Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SeriesResult

Package version

Hierarchy

  • SeriesResult

Index

Properties

expectedValueList

expectedValueList: number[]

expected values of the series given by smart detector

isAnomalyList

isAnomalyList: boolean[]

whether points of the series are anomalies

lowerBoundaryList

lowerBoundaryList: number[]

lower boundary list of the series given by smart detector

periodList

periodList: number[]

period calculated on each point of the series

series

timestampList

timestampList: Date[]

timestamps of the series

upperBoundaryList

upperBoundaryList: number[]

upper boundary list of the series given by smart detector

valueList

valueList: number[]

values of the series

Generated using TypeDoc