NormTwoSampleLowerCIDiff Property |
The lower confidence limit for the mean of the first population minus
the mean of the second for equal or unequal variances.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double LowerCIDiff { get; }
Public ReadOnly Property LowerCIDiff As Double
Get
public:
property double LowerCIDiff {
double get ();
}
member LowerCIDiff : float with get
Property Value
Type:
Double
A
double containing the lower confidence limit for the mean of
the first sample minus the mean of the second sample.
Remarks
If
UnequalVariances
is
true then the lower confidence limit for unequal variances
will be returned.
See Also