Gets and sets the lambda parameter of the Johnson distribution.

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

Syntax

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

See Also