The difference of means for the two samples.

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

Syntax

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

Field Value

A double containing the difference in mean.

Remarks

value = mean of x - mean of y

See Also