Click or drag to resize

LognormalDistribution(Double, Double) Constructor

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.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public LognormalDistribution(
	double mu,
	double sigma
)

Parameters

mu  Double
Mean of the logarithm of self.
sigma  Double
Standard deviation of the logarithm of self.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if sigma is negative.
See Also