accessor {ocd} | R Documentation |
Accessor functions to attributes of class ChangepointDetector
Description
Accessor functions to attributes of class ChangepointDetector
Usage
data_dim(detector)
ocdMethod(detector)
n_obs(detector)
patience(detector)
param(detector)
thresholds(detector)
baselineMean(detector)
baselineSD(detector)
tracked(detector)
statistics(detector)
status(detector)
Arguments
detector |
Object of S3 class 'ChangepointDetector' |
Details
Obtain various attributes of the class 'ChangepointDetector'
See Also
[Package ocd version 1.1 Index]