| detector_candidates | R Documentation |
Returns detailed information about all candidate changepoint segments currently tracked by the detector.
detector_candidates(info_ptr)
info_ptr |
External pointer to detector created by
|
Each row represents a candidate segment from time tau to the current
time. The sufficient statistics in st are used to efficiently compute
test statistics without reprocessing the data.
A data frame (tibble) with columns:
tau |
Integer vector. Candidate changepoint locations (0-based indices). |
st |
List of numeric vectors. Sufficient statistics for each candidate segment (e.g., cumulative sums of the data). |
side |
Character vector. Side indicator for each candidate (relevant for one-sided detectors). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.