Again, the notation is: $p_{split} = \left(\begin{matrix} y_2-N \\ d_f -c, d_f-c \end{matrix}\right)\left(\begin{matrix} 2N-y_2 \\ c,c \end{matrix}\right)\left(\begin{matrix} N \\ d_f, d_f \end{matrix}\right)^{-1}$.
This equation is from page 12 of this document on parameter generation for the NTRU PKCS. It is calculating the probability that the number of 1s and -1s in the last $2N-y_2$ entries of a trinary polynomial, $F$, will be equal to $c$.
I am implementing the algorithm and started implementing this as nCr but then I noticed the comma. Can anyone explain this notation?
One paragraph above:
In more standard notation, you can express this as the multinomial:
$$ \binom{n}{r_1, r_2, n-r_1-r_2} $$