Home > Extreme Optimization Statistics Library for .NET > Reference > Extreme.Statistics.Distributions Namespace
Represents the Bernoulli distribution.
For a list of all members of this type, see BernoulliDistribution Members.
System.Object
Distribution
DiscreteDistribution
BernoulliDistribution
The Bernoulli distribution is a discrete probability distribution that has two possible outcomes: 0 (failure) and 1 (success). The distribution has one parameter: the probability probability of success.
The Bernoulli distribution is the simplest discrete probability distribution. It forms the basis for several other distributions, as shown in the following table.
<_list type="table">The distribution of heads and tails in a coin toss is a Bernoulli distribution with probability = 0.5. Which of heads or tails corresponds to a successful outcome is arbitrary in this case.
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Statistics (in Extreme.Statistics.dll)
BernoulliDistribution Members | Extreme.Statistics.Distributions Namespace | BinomialDistribution | GeometricDistribution | NegativeBinomialDistribution