You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.Binomial Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.Binomial Function

Binomial coefficient C(n,k).

Pascal
function Binomial(N: integer; K: integer): double; overload;
Parameters 
Description 
n in nCk
k in nCk

the binomial coefficient nCk.

Binomial coefficient nCk is the number of ways of picking k unordered outcomes from n possibilities, also known as a combination or combinatorial number. The binomial coefficient is defined by the following equation: 

 

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!