egttools.distributions.binom¶
- binom(n: SupportsInt | SupportsIndex, k: SupportsInt | SupportsIndex) float¶
Calculate the binomial coefficient C(n, k).
This implementation returns a floating-point approximation and should be equivalent to scipy.special.binom.