Skip to main content

chop_batch_slice

Function chop_batch_slice 

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