Skip to main content

aroon_batch_with_kernel

Function aroon_batch_with_kernel 

Source
pub fn aroon_batch_with_kernel(
    high: &[f64],
    low: &[f64],
    sweep: &AroonBatchRange,
    k: Kernel,
) -> Result<AroonBatchOutput, AroonError>