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