|  | Logistic | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe LogisticDistribution type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | LogisticDistribution | Default constructor. Constructs a LogisticDistribution with location 0 and scale 1. | 
|  | LogisticDistribution(Double, Double) | Constructs a LogisticDistribution instance with the given location and scale. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Kurtosis | Gets the kurtosis, a measure of the degree of peakednesss of the density. | 
|  | Location | Gets and sets the location of the density. | 
|  | Mean | Gets the mean of the distribution. | 
|  | Scale | Gets and sets the scale of the density. | 
|  | Skewness | Gets the skewness, a measure of the degree of asymmetry of this density. | 
|  | Variance | Gets the variance of the distribution. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CDF | Returns the cumulative density function evaluated at a given value. (Overrides ProbabilityDistributionCDF(Double)) | 
|  | Clone | Creates a deep copy of this PoissonDistribution. (Overrides ProbabilityDistributionClone) | 
|  | InverseCDF | Returns the inverse cumulative density function evaluated at the given value. (Overrides ProbabilityDistributionInverseCDF(Double)) | 
|  | InverseCdfUsingBracket | Uses a bracketing method to evaluate the inverse of cumulative 
            distribution functions. (Inherited from ProbabilityDistribution) | 
|  | InverseDiscreteCdfUsingBracket | Uses a bracketing method to evaluate the inverse of cumulative 
            distribution functions for discrete distributions. (Inherited from ProbabilityDistribution) | 
|  | Returns the probability density function evaluated at a given value. (Overrides ProbabilityDistributionPDF(Double)) | |
|  | ToString | Returns a formatted string representation of this distribution. (Overrides ProbabilityDistributionToString) | 
 See Also
See Also