pub fn vpt_batch_with_kernel( price: &[f64], volume: &[f64], k: Kernel, ) -> Result<VptBatchOutput, VptError>