pub fn midpoint_batch_with_kernel(
data: &[f64],
sweep: &MidpointBatchRange,
k: Kernel,
) -> Result<MidpointBatchOutput, MidpointError>pub fn midpoint_batch_with_kernel(
data: &[f64],
sweep: &MidpointBatchRange,
k: Kernel,
) -> Result<MidpointBatchOutput, MidpointError>