Gets the value of lambda which maximizes the log-likelihood function for the data and lambda interval.

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

Syntax

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

See Also