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