Click or drag to resize

LognormalDistributionSigma Property

Gets and sets the standard deviation of the logarithm of self which, by definition, is normally distributed.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Sigma { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if setting sigma to a negative value
See Also