Function multinomial

  • Find the number of ways to put n objects in m bins (n=sum(kᵢ)).

    Parameters

    • Rest ...ks: bigint[]

      objects per bin (kᵢ)

    Returns bigint

    n!/(k₁!k₂!...) | n=sum(kᵢ)

Generated using TypeDoc