Description Usage Arguments Details Value Examples
Compute the multinomial coefficient.
1 | mchoose(n, x)
|
n |
an integer |
x |
a vector of integers |
This function computes the multinomial coefficient by computing the factorial of each number on a log scale, differencing log(n!) - sum(log(x!)), and then exponentiating. It then checks to see if this is an integer; if it's not, it issues a warning.
...
1 |
Loading required package: mpoly
Loading required package: stringr
Set Macaulay2 path with setM2Path().
Set Bertini path with setBertiniPath().
Set LattE-integrale path with setLattePath().
Set 4ti2 path with setMarkovPath().
[1] 180
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.