Skip to main content

mfi_batch_with_kernel

Function mfi_batch_with_kernel 

Source
pub fn mfi_batch_with_kernel(
    typical_price: &[f64],
    volume: &[f64],
    sweep: &MfiBatchRange,
    k: Kernel,
) -> Result<MfiBatchOutput, MfiError>