pub fn kvo_batch_with_kernel(
high: &[f64],
low: &[f64],
close: &[f64],
volume: &[f64],
sweep: &KvoBatchRange,
k: Kernel,
) -> Result<KvoBatchOutput, KvoError>pub fn kvo_batch_with_kernel(
high: &[f64],
low: &[f64],
close: &[f64],
volume: &[f64],
sweep: &KvoBatchRange,
k: Kernel,
) -> Result<KvoBatchOutput, KvoError>