public sealed class LogisticDistribution : ContinuousDistribution
Public NotInheritable Class LogisticDistribution
Inherits ContinuousDistribution
public ref class LogisticDistribution sealed : public ContinuousDistribution
[<SealedAttribute>]
type LogisticDistribution =
class
inherit ContinuousDistribution
end
Like the normal distribution, the logistic distribution is a bell-shaped (symmetric, unimodal) distribution distribution with exponentially supressed tails.
A logistic distribution with mean zero and standard deviation one is called a standard logistic distribution. Any logistic distribution can be converted to a standard logistic distribution by reparameterzing into z = (x-m)/s.
LogisticDistribution | Initializes a new standard logistic distribution. |
LogisticDistribution(Double, Double) | Initializes a new logistic distribution with the given mean and width parameters. |
ExcessKurtosis |
Gets the excess kurtosis of the distribution.
(Overrides UnivariateDistributionExcessKurtosis) |
Mean |
Gets the mean of the distribution.
(Overrides UnivariateDistributionMean) |
Median |
Gets the median of the distribution.
(Overrides ContinuousDistributionMedian) |
Scale | Gets the scale parameter for the distribution. |
Skewness |
Gets the skewness of the distribution.
(Overrides UnivariateDistributionSkewness) |
StandardDeviation |
Gets the standard deviation of the distribution.
(Overrides UnivariateDistributionStandardDeviation) |
Support |
Gets the interval over which the distribution is non-vanishing.
(Inherited from ContinuousDistribution) |
Variance |
Gets the variance of the distribution.
(Overrides UnivariateDistributionVariance) |
CentralMoment |
Computes a central moment of the distribution.
(Overrides ContinuousDistributionCentralMoment(Int32)) |
Cumulant |
Computes a cumulant of the distribution.
(Overrides UnivariateDistributionCumulant(Int32)) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
ExpectationValue |
Computes the expectation value of the given function.
(Inherited from ContinuousDistribution) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetRandomValue |
Generates a random variate.
(Inherited from ContinuousDistribution) |
GetRandomValues |
Generates the given number of random variates.
(Inherited from ContinuousDistribution) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Hazard |
Computes the hazard function.
(Inherited from ContinuousDistribution) |
InverseLeftProbability |
Returns the point at which the cumulative distribution function attains a given value.
(Overrides ContinuousDistributionInverseLeftProbability(Double)) |
InverseRightProbability |
Returns the point at which the right probability function attains the given value.
(Overrides ContinuousDistributionInverseRightProbability(Double)) |
LeftProbability |
Returns the cumulative probability to the left of (below) the given point.
(Overrides ContinuousDistributionLeftProbability(Double)) |
ProbabilityDensity |
Returns the probability density at the given point.
(Overrides ContinuousDistributionProbabilityDensity(Double)) |
RawMoment |
Computes a raw moment of the distribution.
(Overrides ContinuousDistributionRawMoment(Int32)) |
RightProbability |
Returns the cumulative probability to the right of (above) the given point.
(Overrides ContinuousDistributionRightProbability(Double)) |
ToString | Returns a string that represents the current object. (Inherited from Object) |