Overload List

  NameDescription
LognormalDistribution()()()
Default constructor. Constructs a LognormalDistribution distribution whose logarithm have mean 0 and standard deviation 1.
LognormalDistribution(Double, Double)
Creates a LognormalDistribution instance whose associated normal distrubution has the specified mean and standard deviation. That is, the logarithm of the distribution will have the specified mean and standard deviation.

See Also