Gets the 1 - alpha lower confidence limit for the true mean.

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

Syntax

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

Remarks

Returns Double.NegativeInfinity for one-sided tests to the left.

See Also