pub fn normal_cdf(x: Matrix<f64>, mean: f64, sd: f64) -> Matrix<f64>
CDF of the Normal distribution for matrices