Click or drag to resize
WilcoxonRankSum Constructor
Constructor for WilcoxonRankSum.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public WilcoxonRankSum(
	double[] x,
	double[] y
)

Parameters

x
Type: SystemDouble
A double array containing the first sample.
y
Type: SystemDouble
A double array containing the second sample.
See Also