Skip to main content

deviation_batch_with_kernel

Function deviation_batch_with_kernel 

Source
pub fn deviation_batch_with_kernel(
    data: &[f64],
    sweep: &DeviationBatchRange,
    k: Kernel,
) -> Result<DeviationBatchOutput, DeviationError>