Click or drag to resize

LognormalDistribution Properties

The LognormalDistribution type exposes the following members.

Properties
  NameDescription
Public propertyExcessKurtosis
Gets the excess kurtosis of the distribution.
(Overrides UnivariateDistribution.ExcessKurtosis.)
Public propertyMean
Gets the mean of the distribution.
(Overrides UnivariateDistribution.Mean.)
Public propertyMedian
Gets the median of the distribution.
(Overrides ContinuousDistribution.Median.)
Public propertyMu
Gets the value of the μ parameter.
Public propertySigma
Gets the value of the σ parameter.
Public propertySkewness
Gets the skewness of the distribution.
(Overrides UnivariateDistribution.Skewness.)
Public propertyStandardDeviation
Gets the standard deviation of the distribution.
(Inherited from UnivariateDistribution.)
Public propertySupport
Gets the interval over which the distribution is non-vanishing.
(Overrides ContinuousDistribution.Support.)
Public propertyVariance
Gets the variance of the distribution.
(Overrides UnivariateDistribution.Variance.)
Top
See Also