pub fn gaussian_kernel( x: &DVector<f64>, mu: &DVector<f64>, sigma_inv: &DMatrix<f64>, det_sigma: f64, ) -> f64