| TwoSamplePairedTTestUpperConfidenceLimit Property |
Gets the 1 - alpha upper confidence limit for the true mean.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public double UpperConfidenceLimit { get; }
Public ReadOnly Property UpperConfidenceLimit As Double
Get
public:
property double UpperConfidenceLimit {
double get ();
}
member UpperConfidenceLimit : float with get
Property Value
DoubleRemarks
Returns Double.PositiveInfinity for one-sided tests to the right.
See Also