|
LognormalDistributionVariance Property
|
Gets the Variance (the square of the standard
deviation) for this Log-Normal distribution.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax Remarks
The Lognormal distribution's variance is
defined as (exp(σ²) - 1) * exp(2*μ + σ²).
See Also