View source: R/Background_functions.R
threshold_p_value_detector_seq | R Documentation |
Detect if p value is anomlous at given threshold sequential version
threshold_p_value_detector_seq( i, p_value, current_anom, threshold_val, burn_out )
i |
current data number |
p_value |
p value |
current_anom |
current list of anomalous values |
threshold_val |
threshold |
burn_out |
grace period |
anomalous p vlaues
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.