Skip to main content

project_emg_over_events_par

Function project_emg_over_events_par 

Source
pub fn project_emg_over_events_par(
    event_intervals: &[(f64, f64)],
    rts: Vec<f64>,
    sigmas: Vec<f64>,
    lambdas: Vec<f64>,
    target_p: f64,
    step_size: f64,
    num_threads: usize,
    n_steps: Option<usize>,
) -> Vec<Vec<(usize, f64)>>
Expand description

Parallel project_emg_over_events over many analytes sharing one event timeline. rts/sigmas/lambdas are aligned per analyte; returns one (event_index, abundance) list per analyte.