Gets and sets the rate parameter lambda.

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);
}

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentExceptionThrown if the rate parameter, lambda is less than or equal to zero.

See Also