The upper confidence limit for the mean of the first population minus the mean of the second for equal or unequal variances.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

Field Value

A double containing the upper confidence limit for the mean of the first sample minus the mean of the second sample.

Remarks

If UnequalVariances is true then the upper confidence limit for unequal variances will be returned.

See Also