lpc_batch_with_kernel

Function lpc_batch_with_kernel 

Source
pub fn lpc_batch_with_kernel(
    high: &[f64],
    low: &[f64],
    close: &[f64],
    src: &[f64],
    sweep: &LpcBatchRange,
    k: Kernel,
) -> Result<LpcBatchOutput, LpcError>