pub fn bop_batch_with_kernel( open: &[f64], high: &[f64], low: &[f64], close: &[f64], kernel: Kernel, ) -> Result<BopBatchOutput, BopError>