Skip to main content

aroon_osc_batch_slice

Function aroon_osc_batch_slice 

Source
pub fn aroon_osc_batch_slice(
    high: &[f64],
    low: &[f64],
    sweep: &AroonOscBatchRange,
    kern: Kernel,
) -> Result<AroonOscBatchOutput, AroonOscError>