Click or drag to resize

FloatRandomLogNormalDistribution(Single, Single, Single, Single, FloatRandomLogNormalDistributionGenerationMethod) Constructor

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatRandomLogNormalDistribution(
	float mean,
	float sigma,
	float displacement,
	float scale,
	FloatRandomLogNormalDistributionGenerationMethod method
)

Parameters

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