Click or drag to resize

LogNormal Properties

The LogNormal type exposes the following members.

Properties
 NameDescription
Public propertyEntropy Gets the entropy of the log-normal distribution.
Public propertyMaximum Gets the maximum of the log-normal distribution.
Public propertyMean Gets the mu of the log-normal distribution.
Public propertyMedian Gets the median of the log-normal distribution.
Public propertyMinimum Gets the minimum of the log-normal distribution.
Public propertyMode Gets the mode of the log-normal distribution.
Public propertyMu Gets the log-scale (μ) (mean of the logarithm) of the distribution.
Public propertyRandomSource Gets or sets the random number generator which is used to draw random samples.
Public propertySigma Gets the shape (σ) (standard deviation of the logarithm) of the distribution. Range: σ ≥ 0.
Public propertySkewness Gets the skewness of the log-normal distribution.
Public propertyStdDev Gets the standard deviation of the log-normal distribution.
Public propertyVariance Gets the variance of the log-normal distribution.
Top
See Also