Skip to main content

prb_batch_with_kernel

Function prb_batch_with_kernel 

Source
pub fn prb_batch_with_kernel(
    data: &[f64],
    sweep: &PrbBatchRange,
    kernel: Kernel,
    smooth_data: bool,
) -> Result<PrbBatchOutput, PrbError>