[][src]Function statrs::function::factorial::checked_multinomial

pub fn checked_multinomial(n: u64, ni: &[u64]) -> Result<f64>

Computes the multinomial coefficient: n choose n1, n2, n3, ...

Errors

If the elements in ni do not sum to n