Skip to main content

chop_batch_with_kernel

Function chop_batch_with_kernel 

Source
pub fn chop_batch_with_kernel(
    high: &[f64],
    low: &[f64],
    close: &[f64],
    sweep: &ChopBatchRange,
    k: Kernel,
) -> Result<ChopBatchOutput, ChopError>