covariance_2

Function covariance_2 

Source
pub fn covariance_2<S>(points: &[Point2<S>]) -> Matrix2<S>
where S: Field + NumCast + MaybeSerDes,
Expand description

Compute the covariance matrix of a list of 2D points