[][src]Module changepoint::utils

General Utilities

Structs

MapTracker

Track the Maximum aposterori run-length for deviations

MostLikelyPathWrapper

Wrap a run-length detector to keep track of most likely breakpoints

Enums

ChangePointDetectionMethod

Alternative methods for detecting change points

MapChange

Functions

window_over_threshold

Compute the locations in a sequence of distributions where the total probability from 1 to window is above threshold.

write_data_and_r

Writes data and R to {prefix}_data.txt and {prefix}_r.txt, respectively.