Skip to main content

center_cov

Function center_cov 

Source
pub fn center_cov(pts: &[Point<f64>]) -> (Point<f64>, Matrix<f64>)
Expand description

Computes the center and the covariance matrix of a set of points.