[][src]Function changepoint::utils::window_over_threshold

pub fn window_over_threshold(
    r: &Vec<Vec<f64>>,
    window: usize,
    threshold: f64
) -> Vec<usize>

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