Click or drag to resize
Accord.NET (logo)

LognormalDistribution Properties

The LognormalDistribution type exposes the following members.

Properties
  NameDescription
Public propertyEntropy
Gets the Entropy for this Log-Normal distribution.
(Overrides UnivariateContinuousDistributionEntropy.)
Public propertyLocation
Location parameter μ (mu) of the log-normal distribution.
Public propertyMean
Gets the Mean for this Log-Normal distribution.
(Overrides UnivariateContinuousDistributionMean.)
Public propertyMedian
Gets the median for this distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertyMode
Gets the mode for this distribution.
(Overrides UnivariateContinuousDistributionMode.)
Public propertyQuartiles
Gets the Quartiles for this distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertyShape
Shape parameter σ (sigma) of the log-normal distribution.
Public propertyShape2
Squared shape parameter σ² (sigma-squared) of the log-normal distribution.
Public propertyStatic memberStandard
Gets the Standard Log-Normal Distribution, with location set to zero and unit shape.
Public propertyStandardDeviation
Gets the Standard Deviation (the square root of the variance) for the current distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertySupport
Gets the support interval for this distribution.
(Overrides UnivariateContinuousDistributionSupport.)
Public propertyVariance
Gets the Variance (the square of the standard deviation) for this Log-Normal distribution.
(Overrides UnivariateContinuousDistributionVariance.)
Top
See Also