Skip to main content

kaufmanstop_batch_with_kernel

Function kaufmanstop_batch_with_kernel 

Source
pub fn kaufmanstop_batch_with_kernel(
    high: &[f64],
    low: &[f64],
    sweep: &KaufmanstopBatchRange,
    k: Kernel,
) -> Result<KaufmanstopBatchOutput, KaufmanstopError>