WebCab Probability and Statistics for .NET v3.3 Demo

BinomialProbabilityDistribution Class

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

public class BinomialProbabilityDistribution

Remarks

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.

Binomial Experiement

A binomial experiment has the following four properties:

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.

Requirements

Namespace: WebCab.Libraries.Statistics.PDistributions

Assembly: WebCab.Libraries.StatisticsDemo (in WebCab.Libraries.StatisticsDemo.dll)

See Also

BinomialProbabilityDistribution Members | WebCab.Libraries.Statistics.PDistributions Namespace