Mei_update: Processing a new data point for the 'Mei' class

Description Usage Arguments Value References

View source: R/algorithms.R

Description

This function implements the getData function to perform the online changepoint detection for the 'Mei' class.

Usage

1
Mei_update(x_new, R, b)

Arguments

x_new

a new data point

R

vector of of tail CUSUMs that will be tracked and updated online

b

a user specified lower bound on per-coordinate magnitude of the vector of change to be detected.

Value

a list of

References

Mei, Y. (2010) Efficient scalable schemes for monitoring a large number of data streams. Biometrika, 97, 419–433.


ocd documentation built on Oct. 23, 2020, 5:56 p.m.