Skip to main content

midprice_batch_with_kernel

Function midprice_batch_with_kernel 

Source
pub fn midprice_batch_with_kernel(
    high: &[f64],
    low: &[f64],
    sweep: &MidpriceBatchRange,
    k: Kernel,
) -> Result<MidpriceBatchOutput, MidpriceError>