Click or drag to resize

DoubleRandomLogNormalDistribution(Double, Double, Double, Double, DoubleRandomLogNormalDistributionGenerationMethod) Constructor

Constructs a random number generator for a lognormal distribution using the specified distribution parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleRandomLogNormalDistribution(
	double mean,
	double sigma,
	double displacement,
	double scale,
	DoubleRandomLogNormalDistributionGenerationMethod method
)

Parameters

mean  Double
The average of the subject normal distribution.
sigma  Double
The standard deviation of the subject normal distribution.
displacement  Double
Displacement.
scale  Double
Scale factor.
method  DoubleRandomLogNormalDistributionGenerationMethod
The generation method to use.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the standard deviation or scale factor is less than 0.
See Also