Click or drag to resize

DoubleRandomLogNormalDistribution(Double, Double, Double, Double) 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
)

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.
See Also