The interval that was searched for the lambda value that maximized the log-likelihood function.

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

Syntax

C#
public Interval LambdaInterval { get; }
Visual Basic (Declaration)
Public ReadOnly Property LambdaInterval As Interval
Visual C++
public:
property Interval^ LambdaInterval {
	Interval^ get ();
}

See Also