|  | Lognormal | 
The LognormalDistribution type exposes the following members.
 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 LognormalDistribution. (Overrides ProbabilityDistributionClone) | 
|  | InverseCDF | Returns the inverse cumulative density function evaluated a 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) | 
|  | OnDeserialized | Constructs a LognormalDistribution instance from serialization information. | 
|  | Returns the probability density function evaluated at a given value. (Overrides ProbabilityDistributionPDF(Double)) | |
|  | SetParameters | Sets the mean and standard deviation of the logarithm of self (which is normally distributed) to the specified values. | 
|  | ToString | Returns a formatted string representation of this distribution. (Overrides ProbabilityDistributionToString) | 
 See Also
See Also