Function normal_cdf

Source
pub fn normal_cdf(x: Matrix<f64>, mean: f64, sd: f64) -> Matrix<f64>
Expand description

CDF of the Normal distribution for matrices