threshold_p_value_detector_seq: Detect if p value is anomlous at given threshold sequential...

View source: R/Background_functions.R

threshold_p_value_detector_seqR Documentation

Detect if p value is anomlous at given threshold sequential version

Description

Detect if p value is anomlous at given threshold sequential version

Usage

threshold_p_value_detector_seq(
  i,
  p_value,
  current_anom,
  threshold_val,
  burn_out
)

Arguments

i

current data number

p_value

p value

current_anom

current list of anomalous values

threshold_val

threshold

burn_out

grace period

Value

anomalous p vlaues


elizabethriddle/BFF documentation built on April 4, 2022, 11:51 a.m.