Skip to main content

willr_batch_with_kernel

Function willr_batch_with_kernel 

Source
pub fn willr_batch_with_kernel(
    high: &[f64],
    low: &[f64],
    close: &[f64],
    sweep: &WillrBatchRange,
    k: Kernel,
) -> Result<WillrBatchOutput, WillrError>