Skip to main content

vpt_batch_with_kernel

Function vpt_batch_with_kernel 

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