Skip to main content

macd_batch_with_kernel

Function macd_batch_with_kernel 

Source
pub fn macd_batch_with_kernel(
    data: &[f64],
    sweep: &MacdBatchRange,
    k: Kernel,
) -> Result<MacdBatchOutput, MacdError>