pub fn binomial_cdf(n: u64, k: Matrix<u64>, p: f64) -> Matrix<f64>
CDF of the Binomial(n, p) for matrices