You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider using a lookup table for the binomial coefficients up to some order. In addition, the function f(i, j, k, m) = binomial(m, i-j) * binomial(k, j) / binomial(k+m, i) is used in univariate / multivariate computations.
The text was updated successfully, but these errors were encountered:
Consider using a lookup table for the binomial coefficients up to some order. In addition, the function
f(i, j, k, m) = binomial(m, i-j) * binomial(k, j) / binomial(k+m, i)
is used inunivariate
/multivariate
computations.The text was updated successfully, but these errors were encountered: