pub fn kaufmanstop_batch_with_kernel(
high: &[f64],
low: &[f64],
sweep: &KaufmanstopBatchRange,
k: Kernel,
) -> Result<KaufmanstopBatchOutput, KaufmanstopError>pub fn kaufmanstop_batch_with_kernel(
high: &[f64],
low: &[f64],
sweep: &KaufmanstopBatchRange,
k: Kernel,
) -> Result<KaufmanstopBatchOutput, KaufmanstopError>