Owning Class: statistics
Requires: MathScript RT Module
c = nchoosek(a, b)
Computes a binomial coefficient.
| Name | Description |
|---|---|
| a | Specifies an integer. |
| b | Specifies an integer. |
| Name | Description |
|---|---|
| c | Returns the binomial coefficient a choose b. c is an integer. |
C = nchoosek(4, 2)