Function gamma_pdf

Source
pub fn gamma_pdf(x: Matrix<f64>, k: f64, theta: f64) -> Matrix<f64>
Expand description

PDF of the Gamma distribution for matrices