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

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

Syntax

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

Remarks

Returns Double.PositiveInfinity for one-sided tests to the right.

See Also