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


Extreme Optimization Statistics Library for .NET

ErlangDistribution Class

Represents an Erlang distribution.

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

System.Object
   Distribution
      ContinuousDistribution
         GammaDistribution
            ErlangDistribution

[Visual Basic]
Public Class ErlangDistribution
Inherits GammaDistribution
[C#]
public class ErlangDistribution : GammaDistribution

Remarks

The Erlang distribution characterizes the distribution of the time it takes for an event to occur n times when the probability per unit time of the event occurring is constant.

The Erlang distribution is a special case of the Gamma distribution with the first parameter an integer.

When the order equals 1, the Erlang distribution reduces to the Exponential distribution.

Requirements

Namespace: Extreme.Statistics.Distributions

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

See Also

ErlangDistribution Members | Extreme.Statistics.Distributions Namespace | ExponentialDistribution | GammaDistribution