You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > Probabilities.Binomial Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.Binomial Method

Binomial coefficient C(n,k).

Syntax
C#
Visual Basic
public static double Binomial(int N, int K);
Parameters 
Description 
int N 
n in nCk
int K 
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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!