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


Extreme Optimization Statistics Library for .NET

ExponentialDistribution Class

Represents an exponential distribution.

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

System.Object
   Distribution
      ContinuousDistribution
         ExponentialDistribution

[Visual Basic]
Public Class ExponentialDistribution
Inherits ContinuousDistribution
[C#]
public class ExponentialDistribution : ContinuousDistribution

Remarks

The exponential distribution characterizes the waiting time for an event when the probability of the event occurring is constant.

The exponential distribution has one parameter: ScaleParameter, which corresponds to the waiting time until an event occurs.

The discrete form of the exponential distribution is the Geometric distribution.

The exponential distribution is also complementary to the Poisson distribution. Where the Poisson distribution models the number of occurrances in a given time interval, the exponential distribution models the time until the next occurrance.

Example

The time until an event occurs when the probability doesn't change with time follows an exponential distribution.

Requirements

Namespace: Extreme.Statistics.Distributions

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

See Also

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