Gets and sets the mean 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 Mu { get; set; }
Visual Basic (Declaration)
Public Property Mu As Double
Visual C++
public:
property double Mu {
	double get ();
	void set (double value);
}

See Also