Class LognormalDistribution represents the lognormal probability distribution.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public class LognormalDistribution : ProbabilityDistribution, IRandomVariableMoments |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class LognormalDistribution _ Inherits ProbabilityDistribution _ Implements IRandomVariableMoments |
| Visual C++ |
|---|
[SerializableAttribute] public ref class LognormalDistribution : public ProbabilityDistribution, IRandomVariableMoments |
Remarks
The lognormal distribution is the distribution of a random variable
whose logarithm is normally distributed. If Y is a random variable with a
normal distribution, then the random variable X = exp(Y) has a lognormal
distribution. Likewise if the random variable X has a lognormal distribution
then the random variable Y = log(X) is normally distributed.
NOTE: When specifying the paramters that describe an instance of LognormalDistribution
we do so by specifying the mean and standard deviation of its logarithm which, by
definition, is normally distributed.
Inheritance Hierarchy
System..::.Object
CenterSpace.NMath.Stats..::.ProbabilityDistribution
CenterSpace.NMath.Stats..::.LognormalDistribution
CenterSpace.NMath.Stats..::.ProbabilityDistribution
CenterSpace.NMath.Stats..::.LognormalDistribution