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


Extreme Optimization Statistics Library for .NET

LogisticDistribution Class

Represents the logistic distribution..

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

System.Object
   Distribution
      ContinuousDistribution
         LogisticDistribution

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

Remarks

The logistic distribution can be used to model growth. In many processes, the growth is slow at the beginning, picks up in the middle, and slows down again when approaching a saturation point.

The logistic distribution has two parameters: a LocationParameter and a ScaleParameter.

Example

Population growth and the market share of a new product can both be modeled using the logistic distribution.

Requirements

Namespace: Extreme.Statistics.Distributions

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

See Also

LogisticDistribution Members | Extreme.Statistics.Distributions Namespace