Function smartnoise_runtime::components::theil_sen::theil_sen_transform_k_match[][src]

pub fn theil_sen_transform_k_match(
    x: &Vec<Float>,
    y: &Vec<Float>,
    k: Integer,
    neighboring: Neighboring,
    enforce_constant_time: bool
) -> Result<(Vec<Float>, Vec<Float>)>

Implementation from paper Separate data into two bins, match members of each bin to form pairs Note: k is number of trials here