find_anomaly: Find the first anomaly after a given time point and return...

Description Usage Arguments

Description

Find the first anomaly after a given time point and return the number of intervals past until detection.

Usage

1
find_anomaly(df, start.time, K = 6, timeout = 48)

Arguments

df

the input data frame.

start.time

the starting datetime.

K

the minimum number of contiguous single-point anomalies needed to conclude an anomalous sequence.

timeout

maximum acceptable period (number of intervals) for a useful detection.


profyliu/smpesgm2017 documentation built on May 26, 2019, 12:33 a.m.