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