Click or drag to resize

LoglogisticDistribution Class

Loglogistic distribution - Log-Logistic Distribution, with additional location parameter shifting it (Shifted Log-Logistic Distribution.)
Inheritance Hierarchy

Namespace:  Demo3D.Common.Random
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public class LoglogisticDistribution : ContinuousDistribution

The LoglogisticDistribution type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyGenerator (Inherited from DistributionBase.)
Public propertyGeneratorRegistry (Inherited from DistributionBase.)
Public propertyLocation
The "Location" parameter for the distribution.
Public propertyNumProducedTotal (Inherited from DistributionBase.)
Public propertyScale
The "Scale" parameter for the distribution.
Public propertyShape
The "Shape" parameter for the distribution.
Public propertyStream (Inherited from DistributionBase.)
Top
Methods
Fields
  NameDescription
Public fieldStatic memberDefaultLocation
Default value for Location parameter.
Public fieldStatic memberDefaultScale
Default value for Scale parameter.
Public fieldStatic memberDefaultShape
Default value for Shape parameter.
Top
See Also