Skip to main content

vi_batch_with_kernel

Function vi_batch_with_kernel 

Source
pub fn vi_batch_with_kernel(
    high: &[f64],
    low: &[f64],
    close: &[f64],
    sweep: &ViBatchRange,
    k: Kernel,
) -> Result<ViBatchOutput, ViError>