Skip to main content

di_batch_with_kernel

Function di_batch_with_kernel 

Source
pub fn di_batch_with_kernel(
    high: &[f64],
    low: &[f64],
    close: &[f64],
    sweep: &DiBatchRange,
    k: Kernel,
) -> Result<DiBatchOutput, DiError>