pub fn pivot_batch_with_kernel(
high: &[f64],
low: &[f64],
close: &[f64],
open: &[f64],
sweep: &PivotBatchRange,
k: Kernel,
) -> Result<PivotBatchOutput, PivotError>pub fn pivot_batch_with_kernel(
high: &[f64],
low: &[f64],
close: &[f64],
open: &[f64],
sweep: &PivotBatchRange,
k: Kernel,
) -> Result<PivotBatchOutput, PivotError>