Skip to main content

linearreg_intercept_batch_slice

Function linearreg_intercept_batch_slice 

Source
pub fn linearreg_intercept_batch_slice(
    data: &[f64],
    sweep: &LinearRegInterceptBatchRange,
    kern: Kernel,
) -> Result<LinearRegInterceptBatchOutput, LinearRegInterceptError>