The LogisticDistribution type exposes the following members.

Constructors

  NameDescription
Public methodLogisticDistribution()()()()
Default constructor. Constructs a LogisticDistribution with location 0 and scale 1.
Public methodLogisticDistribution(Double, Double)
Constructs a LogisticDistribution instance with the given location and scale.

Methods

  NameDescription
Public methodCDF
Returns the cumulative density function evaluated at a given value.
(Overrides ProbabilityDistribution..::..CDF(Double).)
Public methodClone
Creates a deep copy of this PoissonDistribution.
(Overrides ProbabilityDistribution..::..Clone()()()().)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodInverseCDF
Returns the inverse cumulative density function evaluated at the given value.
(Overrides ProbabilityDistribution..::..InverseCDF(Double).)
Public methodPDF
Returns the probability density function evaluated at a given value.
(Overrides ProbabilityDistribution..::..PDF(Double).)
Public methodToString
Returns a formatted string representation of this distribution.
(Overrides ProbabilityDistribution..::..ToString()()()().)

Properties

  NameDescription
Public propertyKurtosis
Gets the kurtosis, a measure of the degree of peakednesss of the density.
Public propertyLocation
Gets and sets the location of the density.
Public propertyMean
Gets the mean of the distribution.
Public propertyScale
Gets and sets the scale of the density.
Public propertySkewness
Gets the skewness, a measure of the degree of asymmetry of this density.
Public propertyVariance
Gets the variance of the distribution.

See Also