Click or drag to resize

LogisticDistribution Class

Logistic distribution - Logistic Distribution.
Inheritance Hierarchy
SystemObject
  Demo3D.Common.RandomDistributionBase
    Demo3D.Common.RandomContinuousDistribution
      Demo3D.Common.RandomLogisticDistribution

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

The LogisticDistribution type exposes the following members.

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