Click or drag to resize

LognormalDistributionSetParameters Method

Sets the mean and standard deviation of the logarithm of self (which is normally distributed) to the specified values.

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

Parameters

mu  Double
The mean of the logarithm of self.
sigma  Double
The standard deviation of the logarithm of self.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if sigm is negative.
See Also