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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double Sigma { get; set; }
Visual Basic (Declaration)
Public Property Sigma As Double
Visual C++
public:
property double Sigma {
	double get ();
	void set (double value);
}

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentExceptionThrown if setting sigma to a negative value

See Also