WilcoxonRankSum Constructor |
Constructor for WilcoxonRankSum.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public WilcoxonRankSum(
double[] x,
double[] y
)
Public Sub New (
x As Double(),
y As Double()
)
public:
WilcoxonRankSum(
array<double>^ x,
array<double>^ y
)
new :
x : float[] *
y : float[] -> WilcoxonRankSum
Parameters
- x
- Type: SystemDouble
A double array containing the first sample.
- y
- Type: SystemDouble
A double array containing the second sample.
See Also