pub fn uniform_cdf(x: Matrix<f64>, a: f64, b: f64) -> Matrix<f64>
CDF of the Uniform distribution on [a, b] for matrices