pub fn midprice_batch_with_kernel(
high: &[f64],
low: &[f64],
sweep: &MidpriceBatchRange,
k: Kernel,
) -> Result<MidpriceBatchOutput, MidpriceError>pub fn midprice_batch_with_kernel(
high: &[f64],
low: &[f64],
sweep: &MidpriceBatchRange,
k: Kernel,
) -> Result<MidpriceBatchOutput, MidpriceError>