Skip to main content

emv_batch_with_kernel

Function emv_batch_with_kernel 

Source
pub fn emv_batch_with_kernel(
    high: &[f64],
    low: &[f64],
    _close: &[f64],
    volume: &[f64],
    kernel: Kernel,
) -> Result<EmvBatchOutput, EmvError>