Skip to main content

aroon_batch_slice

Function aroon_batch_slice 

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