Home > Extreme Optimization Statistics Library for .NET > Reference > Extreme.Statistics.Distributions Namespace


Extreme Optimization Statistics Library for .NET

GeometricDistribution Class

Represents the geometric distribution.

For a list of all members of this type, see GeometricDistribution Members.

System.Object
   Distribution
      DiscreteDistribution
         GeometricDistribution

[Visual Basic]
Public Class GeometricDistribution
Inherits DiscreteDistribution
[C#]
public class GeometricDistribution : DiscreteDistribution

Remarks

The geometric distribution characterizes the probability of the number of trials required to achieve the first success, each trial having a probability probability of being successful.

The geometric distribution is the discrete form of the Exponential distribution.

Requirements

Namespace: Extreme.Statistics.Distributions

Assembly: Extreme.Statistics (in Extreme.Statistics.dll)

See Also

GeometricDistribution Members | Extreme.Statistics.Distributions Namespace | ExponentialDistribution | NegativeBinomialDistribution