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