[][src]Module changepoint::utils

General Utilities

Enums

ChangePointDetectionMethod

Alternative methods for detecting change points

Functions

most_likely_breaks

Return the points at which the sequence has most likely changed paths. Algorithm from: https://youtu.be/cas__TaFk9U

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.