Click or drag to resize
NormTwoSampleDiffMean Property
The difference of means for the two samples.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double DiffMean { get; }

Property Value

Type: Double
A double containing the difference in mean.
Remarks
value = mean of x - mean of y
See Also