Skip to main content

random_projection_2d

Function random_projection_2d 

Source
pub fn random_projection_2d(
    data_obj: &[f64],
    data_ori: &[f64],
    nobj: usize,
    nori: usize,
    n_points: usize,
    nproj: usize,
) -> Vec<f64>
Expand description

Compute random projection depth for 2D functional data.