powered by
constructor of subclass 'Mei' in class 'ChangepointDetector'
new_Mei(dim, thresh, b)
Data dimension, all new data must be of this dimension
Detection threshold. A numeric vector of length two (corresponding to the max and sum statistics) should be specified.
Lower bound on the per-coordinate magnitude of mean change be detected.
An object of S3 subclass 'Mei' in class 'ChangepointDetector'.
It is preferred to use ChangepointDetector for construction.
ChangepointDetector
Mei, Y. (2010) Efficient scalable schemes for monitoring a large number of data streams. Biometrika, 97, 419--433.
# NOT RUN { detector <- new_Mei(dim=100, thresh=c(8.6, 125.1), b=0.1) # }
Run the code above in your browser using DataLab