[][src]Module changepoint::utils

General Utilities

Enums

ChangePointDetectionMethod

Alternative methods for detecting change points

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.