Skip to main content

fisher_batch_with_kernel

Function fisher_batch_with_kernel 

Source
pub fn fisher_batch_with_kernel(
    high: &[f64],
    low: &[f64],
    sweep: &FisherBatchRange,
    k: Kernel,
) -> Result<FisherBatchOutput, FisherError>