Within this class we deal with the definition and use of the Binomial Probability Distribution.
For a list of all members of this type, see BinomialProbabilityDistribution Members.
System.Object
BinomialProbabilityDistribution
The Binomial Probability Distribution is a discrete probability distribution that has a wide variety of applications. It is associated with a multiple-step experiment that we call the binomial experiment.
A binomial experiment has the following four properties:
n
identical trials.
In a binomial experiment, we are interested in the number of successes occurring in the
n
trials. If we let x
denote the number of successes occurring
in n
trials we see that x
can assume values of
0, 1, 2,..., n
.
Namespace: WebCab.COM.Statistics.PDistributions
Assembly: WebCab.COM.StatisticsDemo (in WebCab.COM.StatisticsDemo.dll)
BinomialProbabilityDistribution Members | WebCab.COM.Statistics.PDistributions Namespace