|  | Lognormal | 
The LognormalDistribution type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Kurtosis | Gets the kurtosis, a measure of the degree of peakednesss of the distribution. | 
|  | Mean | Gets the mean of the distribution. | 
|  | Mu | Gets and sets the mean of the logarithm of self which, by definition, is normally distributed. | 
|  | Sigma | Gets and sets the standard deviation of the logarithm of self which, by definition, is normally distributed. | 
|  | Skewness | Gets the skewness, a measure of the degree of asymmetry of this distribution. | 
|  | Variance | Gets the variance of the distribution.  Remarks The variance of the distribution is the standard deviation squared.
              | 
 See Also
See Also