Click or drag to resize

LogisticDistribution Properties

The LogisticDistribution type exposes the following members.

Properties
  NameDescription
Public propertyExcessKurtosis
Gets the excess kurtosis of the distribution.
(Overrides UnivariateDistribution.ExcessKurtosis.)
Public propertyMean
Gets the mean of the distribution.
(Overrides UnivariateDistribution.Mean.)
Public propertyMedian
Gets the median of the distribution.
(Overrides ContinuousDistribution.Median.)
Public propertyScale
Gets the scale parameter for the distribution.
Public propertySkewness
Gets the skewness of the distribution.
(Overrides UnivariateDistribution.Skewness.)
Public propertyStandardDeviation
Gets the standard deviation of the distribution.
(Overrides UnivariateDistribution.StandardDeviation.)
Public propertySupport
Gets the interval over which the distribution is non-vanishing.
(Inherited from ContinuousDistribution.)
Public propertyVariance
Gets the variance of the distribution.
(Overrides UnivariateDistribution.Variance.)
Top
See Also