NormTwoSampleDiffMean Property |
The difference of means for the two samples.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double DiffMean { get; }
Public ReadOnly Property DiffMean As Double
Get
public:
property double DiffMean {
double get ();
}
member DiffMean : float with get
Property Value
Type:
Double
A
double containing the difference in mean.
Remarks
value = mean of x - mean of y
See Also