Skip to main content

linearreg_slope_with_kernel

Function linearreg_slope_with_kernel 

Source
pub fn linearreg_slope_with_kernel(
    input: &LinearRegSlopeInput<'_>,
    kernel: Kernel,
) -> Result<LinearRegSlopeOutput, LinearRegSlopeError>