Description Usage Arguments Details Value Methods (by class) See Also
This is the main function for the 'ChangepointDetector' class.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
detector |
Object of class 'Changepoint Detector' |
x_new |
A new data point. It must be of the same dimension as
specified in the data_dim attribute of |
If the status of the detector
object is 'estimating', the new
data point is used to update the current estimate of pre-change mean and
standard deviation. If the status of the detector
object is monitoring',
the new data point is used to detect if a mean change has occurred.
Updated object detector
OCD
: Process a new data for subclass 'OCD'
Mei
: Process a new data for subclass 'Mei'
XS
: Process a new data for subclass 'XS'
Chan
: Process a new data for subclass 'Chan'
setBaselineMean
for updating the pre-change mean
estimate, setBaselineSD
for updating the standard deviation
estimate, checkChange
for checking for change.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.