Click or drag to resize

Logistic Properties

The Logistic type exposes the following members.

Properties
 NameDescription
Public propertyEntropy Gets the entropy of the logistic distribution.
Public propertyMaximum Gets the maximum of the logistic distribution.
Public propertyMean Gets the mean (μ) of the logistic distribution.
Public propertyMedian Gets the median of the logistic distribution.
Public propertyMinimum Gets the minimum of the logistic distribution.
Public propertyMode Gets the mode of the logistic distribution.
Public propertyPrecision Gets the precision of the logistic distribution.
Public propertyRandomSource Gets the random number generator which is used to draw random samples.
Public propertyScale Gets the scale parameter of the Logistic distribution. Range: s > 0.
Public propertySkewness Gets the skewness of the logistic distribution.
Public propertyStdDev Gets the standard deviation (σ) of the logistic distribution. Range: σ > 0.
Public propertyVariance Gets the variance of the logistic distribution.
Top
See Also