pub fn poisson_cdf(lambda: f64, k: Matrix<u64>) -> Matrix<f64>
CDF of the Poisson(λ) distribution for matrices