Skip to main content

stddev_batch_with_kernel

Function stddev_batch_with_kernel 

Source
pub fn stddev_batch_with_kernel(
    data: &[f64],
    sweep: &StdDevBatchRange,
    k: Kernel,
) -> Result<StdDevBatchOutput, StdDevError>