Click or drag to resize

LognormalDistribution Constructor

Overload List
 NameDescription
Public methodLognormalDistribution Default constructor. Constructs a LognormalDistribution distribution whose logarithm have mean 0 and standard deviation 1.
Public methodLognormalDistribution(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.
Top
See Also