<< binomial_prob Probas Stats cuml_binomial_prob >>

Scilab Scholar module for schools >> Probas Stats > combination

combination

number of combinations

c = combination(n,p)

Arguments

n

positive integer or zero

p

positive integer or zero

c

positive integer

Description

combination(n,p) returns the number of combinations of p elements taken from n with n and p positive integers or zero and p<=n.

Examples

combination(8,3)

See Also

<< binomial_prob Probas Stats cuml_binomial_prob >>